localRotation is not rotating around the cube center
问题 The bounty expires in 6 days . Answers to this question are eligible for a +50 reputation bounty. Prcela wants to draw more attention to this question. Sceneform 1.15 on Android Cube renderable that is set to node is not rotating around the node centar. val anchorNode = AnchorNode().apply { setParent(scene) worldPosition = Vector3(2f, 3f, 0f) } scene.addChild(anchorNode) dieNode = Node().apply { setParent(anchorNode) localRotation = Quaternion.eulerAngles(Vector3(10f,20f,60f)) name = "die"