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.
で作成されたMetalアプリで、インスタンスからインスタンスを抽出して、続けてビルドしSwiftたいと考えています。ジオメトリを引き出す API 呼び出しは見当たりません (カメラやライトの場合と同様)。どうすればいいですか?SCNGeometrySCNSceneMDLMesh
Metal
Swift
SCNGeometry
SCNScene
MDLMesh
シーンのルート ノードの子ノードを反復処理します。ノードごとに、そのgeometryまたはcameraプロパティを抽出します (両方を持つこともできます)。SCNNodeドキュメントを参照してください。
geometry
camera
SCNNode