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 ShapeDescription
cubeCreates an asset with a Cube shaped mesh.
cylinderCreates an asset with a Cylinder shaped mesh.
sphereCreates an asset with a Sphere shaped mesh.
capsuleCreates an asset Capsule shaped mesh.
emptyCreates an asset with no mesh attached.
polygonCreates an asset from a set of XY Coordinates which will form a customized polygon.