Chapter 19
478
colorList
Get and set
List identifying every color in the mesh. Any
color can be shared by several faces.
Alternatively, specify texture coordinates for the
mesh faces and apply a shader to models using
this model resource.
No default. Instead, set
the value to the number
of colors specified in your
newMesh
call.
face.count
Get
Number of triangles in the mesh.
The number of faces
specified in your
newMesh
call.
face[
index
].v
ertices
Get and set
List indicating which vertices to use for faces at
designated index points.
Set the value to a list of
three integers specifying
the indexes of the
vertices in the
vertexList
that
define this face.
face[
index
].
normals
Get and set
List indicating which normals to use for faces at
designated index points.
Set the value to a list of
three integers specifying
the indexes of the
normals in the
normalList
that each
point of the triangle
should use. Don’t set a
value if you aren’t
defining your own
normals.
face
[
index
].
textureCoord
inates
face[
index
].
texcoords
Get and set
List indicating which texture coordinates to use
for faces at designated index points.
Set the value to a list of
three integers specifying
the indexes of the texture
coordinates in the
textureCoordinate
s
List that each point of
the triangle should use.
Don’t set a value if you
aren’t defining your own
texture coordinates.
face[
index
].
colors
Get and set
List indicating which colors to use for faces at
designated index points.
Set the value to a list of
three integers specifying
the indexes of the colors
in the colorList that each
point of the triangle
should use.
Don’t set a value if you
aren’t defining your own
colors.
face[
index
].
shader
Get and set
Shader used for rendering the face.
Shader defined for use
with this face.
Property
Access
Description
Value Range
Содержание DIRECTOR MX-USING DIRECTOR MX
Страница 1: ...Using Director MX Macromedia Director MX...
Страница 12: ...Contents 12...
Страница 156: ...Chapter 4 156...
Страница 202: ...Chapter 6 202...
Страница 244: ...Chapter 7 244...
Страница 292: ...Chapter 10 292...
Страница 330: ...Chapter 12 330...
Страница 356: ...Chapter 13 356...
Страница 372: ...Chapter 14 372...
Страница 442: ...Chapter 16 442...
Страница 472: ...Chapter 18 472...
Страница 520: ...Chapter 19 520...
Страница 536: ...Chapter 20 536...
Страница 562: ...Chapter 23 562...
Страница 566: ...Chapter 24 566...
Страница 602: ...Chapter 27 602...