armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
planePrimitive
armos
graphics
primitives
長方形のMeshを返します.
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
)
armos
.
graphics
.
Mesh
planePrimitive
(float x, float y, float z, float w, float h)
Parameters
position
armos
.
math
.
Vector3f
長方形の中心の座標を指定します.
size
armos
.
math
.
Vector2f
長方形の大きさを指定します.
Meta
Source
See Implementation
armos
graphics
primitives
functions
boxFramePrimitive
boxPrimitive
circlePrimitive
conePrimitive
cylinderPrimitive
icoSpherePrimitive
linePrimitive
planePrimitive
spherePrimitive
長方形のMeshを返します.