[][src]Module fbxcel_dom::v7400::data::mesh

Mesh data.

Modules

layer

Layers.

Structs

ControlPointIndex

Control point index (in other words, polygon vertex).

PolygonIndex

Polygon index.

PolygonVertex

Polygon vertex.

PolygonVertexIndex

Polygon vertex index.

PolygonVertices

Polygon vertices and control points data.

TriangleIndex

Triangle index.

TriangleVertexIndex

Triange vertex index.

TriangleVertices

Triangle vertices (this is arary of control point indices).

Enums

IntoCpiWithPolyVerts

A type to contain a value convertible into control point index.

IntoCpiWithTriVerts

A type to contain a value convertible into control point index.

IntoPvWithTriVerts

A type to contain a value convertible into polygon vertex.