armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
Mesh.addNormal
armos
graphics
mesh
Mesh
法線ベクトルを追加します.
Mesh
addNormal
(Vector3f vec)
Mesh
addNormal
(float x, float y, float z)
class
Mesh
Mesh
addNormal
(
in
float
x
,
in
float
y
,
in
float
z
)
Meta
Source
See Implementation
armos
graphics
mesh
Mesh
aliases
IndexType
texCoords
functions
addIndex
addNormal
addTexCoord
addVertex
calcNormal
draw
drawFill
drawVertices
drawWireFrame
numIndices
numNormals
numTexCoords
numVertices
opBinary
opOpAssign
primitiveMode
variables
colors
indices
isFaceDirty
isIndicesChanged
isVertsChanged
normals
tangents
texCoords0
texCoords1
vertices
法線ベクトルを追加します.