Expand description
Visualization of shape and polygon mesh based on platform
Re-exports§
pub use polymesh::*;
Modules§
- image2texture
- utility for creating
Texture - polymesh
- Re-exports
truck_polymesh.
Structs§
- Instance
Creator - Constroctor for instances
- Material
- Material information.
- Polygon
Instance - Instance of polygon
- Polygon
Shaders - shaders for rendering polygons
- Polygon
State - Configures of instances.
- Wire
Frame Instance - Wire frame rendering
- Wire
Frame State - Configures of
WireFrameInstance. - Wire
Shaders - shaders for rendering wireframes
Traits§
- Create
Buffers - The trait for Buffer Objects.
- Creator
Creator - for creating
InstanceCreator - Instance
- Instance for rendering
- ToInstance
- The trait for generating
InstancefromSelf.