Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SCNNode,我希望它默认位于特定位置。我试图从 .dae 文件中设置位置,但它没有保存。有人可以给我一个提示,我该怎么做?
你这样设置位置:
yourNode.position = SCNVector3Make(yourXValue, yourYValue, yourZValue)
首次启动应用时调用该方法。