Primitive
A primitive shape type, used to define a type of simple 3D asset within the virtual environment.
The type of allowable primitaves are:
3D Shape | Description |
---|---|
cube | Creates an asset with a Cube shaped mesh. |
cylinder | Creates an asset with a Cylinder shaped mesh. |
sphere | Creates an asset with a Sphere shaped mesh. |
capsule | Creates an asset Capsule shaped mesh. |
empty | Creates an asset with no mesh attached. |
polygon | Creates an asset from a set of XY Coordinates which will form a customized polygon. |