How to save a 3D scene by using Scenekit in iOS? -


i need build 3d editor in ios. should load 3d models scene , move, rotata, scale, add , remove 3d nodes. don't know whether can export 3d scene file (not .scn) other 3d tools maya , 3d max can use it. if scenekit doesn't work, there solutions can use solve problem?.

following documentation : https://developer.apple.com/documentation/scenekit/scnscene/1523577-write
not possible ios device export in different format .scn


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -