作为scene的子节点。放到某个物体的固定方向和距离
1、在物体的固定方向和距离放一个node1
2、
node.setPosition(this.node1.getWorldPosition());
node.setRotation(this.node1.getWorldRotation());
node.setScale(this.node1.getWorldScale());
3、然后加到scene上
1、在物体的固定方向和距离放一个node1
2、