Aero.Geometry
Construct 3-D geometry for use with animation object
Syntax
h = Aero.Geometry
Description
h = Aero.Geometry
defines a 3-D geometry
for use with an animation object.
This object supports the attachment of transparency data from an Ac3d file to patch generation.
Constructor Summary
Constructor | Description |
---|---|
Geometry | Construct 3-D geometry for use with animation object. |
Method Summary
Method | Description |
---|---|
read | Read geometry data using current reader. |
Property Summary
Property | Description | Values | |
---|---|---|---|
Name | Specify name of geometry. | Character vector | string | |
Source | Specify geometry data source. | { | |
Reader | Specify geometry reader. | MATLAB array | |
FaceVertexColorData | Specify the color of the geometry face vertex. | MATLAB structure with the following fields | |
| Character vector or string that contains the name of the geometry being loaded. | ||
| See Faces. | ||
| See Vertices. | ||
| See CData. | ||
| See FaceVertexAlphaData. |
Version History
Introduced in R2007a