Ok so I am fairly new to playcanvas and I am trying to do a very simple task of moving or rotating an entity via google chrome console.
I can find my entity easily enough using
var testModel= pc.app.root.findByName(“Tire”)
but I have found several postion and rotation in the returned information. I have tried to set the rotation several ways but can not figure out which one of the many postion values is the one to update?
https://playcanvas.com/project/504141/overview/tire-testing
thanks in advance for any help
Carter