I am trying to do some simple transform animation with the viewer api, and getting nothing.
Here’s a jsfiddle link https://jsfiddle.net/adamgravois/utL1g6e9/17
The “pose A” and “pose B” buttons should be moving the room on the left -SOMEWHERE- but they don’t. Here’s what I’ve tried:
-I know I’m referencing the correct NodeID – the show/hide buttons work fine.
-The node in question is a MatrixTransform node, as required by API (is not geometry, not a material)
-I’m using the syntax as described in the API docs (interestingly, feeding garbage into the “easing” parameter doesn’t throw an error).
-It logs successful completion, with numbers that are close to what I expect
-I know the numbers are OK because I’ve used them to set camera position through the API previously.
(Not using the shaderbytes api, as I discovered it too late in development)
But I get no movement at all. What am I doing wrong? Appreciate any help.