3d - Unity3d How to create cuboctahedron? -


i want create cuboctahedron

enter image description here

like on picture, can unity3d create this?

gameobject.createprimitive(primitivetype.cube) 

you can modify vertices using this api example.

however, think easiest , efficient, performance wise, use blender create model of object.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -