Forum Replies Created
-
AuthorPosts
-
lamthanhleCustomer
Hi Yuri,
Thanks for your reply.
drag rotate one axis only, I can not rotate other asix
lamthanhleCustomerHi Yuri,
Let’s look this pic of proceduce return, I just tested (after post above).
Thanks,
FIXED: hix I forgot this -> ()
lamthanhleCustomerHi Yuri,
Hi Yuri,
If use a procedure with return value I can’t call it from [myapp.js], because it dont have this line -> this.procedures[] in visual_logic.jsThis issue only with my app not the puzzles. I have tested with new app it’s ok, sorry about this mistake.
As a workaround you can just add the “show” puzzle from the “Object” puzzles tab. You don’t even need to plug anything into it, for example:
Yes, this trick work great.
Thanks,
Thanks,[/quote]
lamthanhleCustomerHi Yuri,
If use a procedure with return value I can’t call it from [myapp.js], because it dont have this line -> this.procedures[] in visual_logic.js
Btw, this puzzle have problem too, see pic attached.
Thanks,
lamthanhleCustomerHi Yuri,
because actually it is -2 so I have question at first post: why is it = -2 ?lamthanhleCustomerHi Yuri,
I mean it should be zero after decrease 2 time.
Thanks,
lamthanhleCustomerHi Mikhail,
Thank you very much
lamthanhleCustomerHi Yuri,
if use sphere to wrap model, enable transparent background not help/work. If I remove sphere it will work but it will not work when I click fullscreen.
Thanks for reply.
lamthanhleCustomerThanks Yuri,
Btw, how to “transparent background” work? I enable it and set background color to container div but nothing change.
lamthanhleCustomerThanks Yuri,
Can I custom size of screenshot ?
lamthanhleCustomerHi Yuri,
This my blend file, pls check it. I think resolve it in blender/v3d setting is better than using HTML.
Thanks
Btw: v3d 2.17-pre1 has somthing wrong with blender 2.81. You can check it by open load_unload.blend and export/sneakpeak.
:)Attachments:
You must be logged in to view attached files.lamthanhleCustomerHi Yuri,
Parent work only in blender but export not work.
https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:4af844d8a4/applications/bottle/bottle.htmllamthanhleCustomerHi Yuri,
This code alway return 0,0,0
hex = Math.floor(hex);
var x = (hex >> 16 & 255) / 255;
var y = (hex >> 8 & 255) / 255;
var z = (hex & 255) / 255;color = new Vector4(x,y,z,1.0)
lamthanhleCustomerYes, it’s work.
Thanks,
LelamthanhleCustomeryes
-
AuthorPosts