I have two object on the scen. Can I move one of them? I see exaple with rotating eye but a want move only one object useing some button or key. It is possible?
I have two object on the scen. Can I move one of them? I see exaple with rotating eye but a want move only one object useing some button or key. It is possible?
There are some undocumented functions in the Viewer API:
translate( [nodeID], [translateTo], [duration], [easing], [callback] )
rotate( [nodeID], [rotateTo], [duration], [easing], [callback] )
getMatrix( nodeID, callback )
Returns the transform matrices for a given node.
The callback will be passed (err, matrices).
setMatrix( nodeID, matrix, [duration], [callback] )
Sets the transform matrix of a given node.
The callback will be invoked with no parameter.
You could use these to move an object and bind it to some button/key event.
Thx very much.
Can I create my polygon using API?
The sensitivity of the mouse (scroll and rotate camera) is depends on the size of scen. Can I set camera sensitivity to a litlle object on te huge scen?
There’s currently no way to create geometry or change the camera sensitivity, sorry!
I have been looking for a way to rotate my models through the API.
The rotate function should do the job.
I couldn’t find a reference to these anywhere else. Have you documented them already?
Do you have the API source code online to check the undocumented functions there?
I know @klaasnienhuis has a working demo of rotation and translation, but I don’t think it can be shared publicly right now.
And there’s a translation demo “game” here: https://labs.sketchfab.com/experiments/game/
Wow, nice high score
Yes … and you can… easily