Modules§
- allocator
- Manages mesh vertex and index buffers.
Structs§
- Mesh
Render Asset Plugin - Makes sure that
Mesh
es are extracted and prepared for the GPU. Does not add theMesh
as an asset. UseMeshPlugin
for that. - Morph
Plugin - Inherit weights from glTF mesh parent entity to direct bevy mesh child entities (ie: glTF primitive).
- Render
Mesh - The render world representation of a
Mesh
.
Enums§
- Render
Mesh Buffer Info - 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.