- boxFramePrimitive
armos.graphics.Mesh boxFramePrimitive(armos.math.Vector3f position, armos.math.Vector3f size)
Undocumented in source. Be warned that the author may not have intended to support it.
- boxPrimitive
armos.graphics.Mesh boxPrimitive(armos.math.Vector3f position, armos.math.Vector3f size)
- circlePrimitive
armos.graphics.Mesh circlePrimitive(armos.math.Vector3f position, float radius, int resolution)
- circlePrimitive
armos.graphics.Mesh circlePrimitive(float x, float y, float z, float radius, int resolution)
- conePrimitive
armos.graphics.Mesh conePrimitive()
- cylinderPrimitive
armos.graphics.Mesh cylinderPrimitive()
- icoSpherePrimitive
armos.graphics.Mesh icoSpherePrimitive()
- linePrimitive
armos.graphics.Mesh linePrimitive(armos.math.Vector3f[] arr)
- planePrimitive
armos.graphics.Mesh planePrimitive(armos.math.Vector3f position, armos.math.Vector2f size)
- planePrimitive
armos.graphics.Mesh planePrimitive(float x, float y, float z, float w, float h)
- spherePrimitive
armos.graphics.Mesh spherePrimitive()