armos.graphics.primitives

Undocumented in source.

Members

Functions

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)

箱状のMeshを返します.

circlePrimitive
armos.graphics.Mesh circlePrimitive(armos.math.Vector3f position, float radius, int resolution)

円盤のMeshを返します.

circlePrimitive
armos.graphics.Mesh circlePrimitive(float x, float y, float z, float radius, int resolution)

円盤のMeshを返します.

conePrimitive
armos.graphics.Mesh conePrimitive()

円錐のMeshを返します.

cylinderPrimitive
armos.graphics.Mesh cylinderPrimitive()

円筒のMeshを返します.

icoSpherePrimitive
armos.graphics.Mesh icoSpherePrimitive()

多面体のMeshを返します.

linePrimitive
armos.graphics.Mesh linePrimitive(armos.math.Vector3f[] arr)

連続した線のMeshを返します.

planePrimitive
armos.graphics.Mesh planePrimitive(armos.math.Vector3f position, armos.math.Vector2f size)

長方形のMeshを返します.

planePrimitive
armos.graphics.Mesh planePrimitive(float x, float y, float z, float w, float h)

長方形のMeshを返します.

spherePrimitive
armos.graphics.Mesh spherePrimitive()

球体のMeshを返します.

Meta