not working either… Test = $.rotation Test.controller.isAnimated returns – Unknown property: “controller” in (quat 0.23211 0 0 0.97269) again, the …
not working. test = $.rotation.controller test.isAnimated reports the same error as: $.rotation.controller.isAnimated which is: – Unknown property:…
This is a much bigger problem than I thought… My problem is the variable gets evaluated BEFORE evaluating it WITH its property. Another example of t…
I will Still, if someone knows what the difference between $.rotation.controller.x_rotation.controller.keys and $.rotation.x_rotation.controller.ke…
thanks, it works. But which one should I use? It’s getting confusing, both of these works: $.rotation.controller.x_rotation.controller.keys $.rotatio…