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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -