planePrimitive

長方形のMeshを返します.

  1. armos.graphics.Mesh planePrimitive(armos.math.Vector3f position, armos.math.Vector2f size)
    armos.graphics.Mesh
    planePrimitive
    (
    in armos.math.Vector3f position
    ,
    in armos.math.Vector2f size
    )
  2. armos.graphics.Mesh planePrimitive(float x, float y, float z, float w, float h)

Parameters

position armos.math.Vector3f

長方形の中心の座標を指定します.

size armos.math.Vector2f

長方形の大きさを指定します.

Meta