Key Concepts
Mesh structure
How are meshes structured in the RMC? From the parts of a vertex, to the indices that turn them into triangles and the polygroups that batch them. Mesh Structure
Streams
Streams are the core data type of the RMC, containing one part of the mesh data. Learn more about streams!
Stream Builder
Stream builders allow for efficient, type safe access to a Stream. Learn more about stream builders!
Stream Linkage
Stream linkages are used to keep multiple streams in sync. Useful for things like position/tangents/texcoords/vertexcolor portions of a mesh Learn more about stream linkages!
Stream Set
Stream sets are the container for easily working with multiple Streams, and StreamLinkages. Learn more about stream sets!
Mesh Builder Local
Mesh Builder Local is a helper template for working with the most common mesh layout in an efficient, easy to use manner. Learn more about mesh builder local!