Module mesh

Module mesh 

Source

Modules§

allocator
Manages mesh vertex and index buffers.

Structs§

MeshRenderAssetPlugin
Makes sure that Meshes are extracted and prepared for the GPU. Does not add the Mesh as an asset. Use MeshPlugin for that.
MorphPlugin
Inherit weights from glTF mesh parent entity to direct bevy mesh child entities (ie: glTF primitive).
RenderMesh
The render world representation of a Mesh.

Enums§

RenderMeshBufferInfo
The index/vertex buffer info of a RenderMesh.

Functions§

inherit_weights
Bevy meshes are gltf primitives, MorphWeights on the bevy node entity should be inherited by children meshes.