circlePrimitive

円盤のMeshを返します.

  1. armos.graphics.Mesh circlePrimitive(armos.math.Vector3f position, float radius, int resolution)
    armos.graphics.Mesh
    circlePrimitive
    (
    in armos.math.Vector3f position
    ,
    in float radius
    ,
    in int resolution = 12
    )
  2. armos.graphics.Mesh circlePrimitive(float x, float y, float z, float radius, int resolution)

Parameters

position armos.math.Vector3f

円盤の中心の座標を指定します.

radius float

円盤の半径を指定します.

resolution int

円盤の分割数を指定します.

Meta