|
Summary
Three component floating point vector, with a normal and reference color.
|
Properties
The table below summarizes the properties of AztecVertex
Property | Description |
x | X component of the vector.
|
y | Y component of the vector.
|
z | Z component of the vector.
|
normal | AztecVector3 representation of the vertex normal
|
feedbackColor | AztecRGBAFloat representation of the color used for feedback of selections.
|
|
Description
Class providing a reflection of the internal MVertex class into
JavaScript.
|
Example
How to use...
js: vec.x = 42;
js: vec.z = vec.x + 2;
js: vec.x * 2
84
...
|
See Also
|