Polygon

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
(Created page with "A polygon (also "primitive" or "triangle") is the most basic element of a 3D mesh. Each polygon is defined by three indices, each of which specifies a single [[ver...")

Revision as of 20:06, 13 October 2017

A polygon (also "primitive" or "triangle") is the most basic element of a 3D mesh. Each polygon is defined by three indices, each of which specifies a single vertex.

Correlation with Indices and Vertices

TBD

Impact on Performance

TBD