We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d75e5 commit c127655Copy full SHA for c127655
servers/rendering/dummy/storage/mesh_storage.h
@@ -87,6 +87,12 @@ class MeshStorage : public RendererMeshStorage {
87
s->index_count = p_surface.index_count;
88
s->aabb = p_surface.aabb;
89
s->skin_data = p_surface.skin_data;
90
+ s->lods = p_surface.lods;
91
+ s->bone_aabbs = p_surface.bone_aabbs;
92
+ s->mesh_to_skeleton_xform = p_surface.mesh_to_skeleton_xform;
93
+ s->blend_shape_data = p_surface.blend_shape_data;
94
+ s->uv_scale = p_surface.uv_scale;
95
+ s->material = p_surface.material;
96
}
97
98
virtual int mesh_get_blend_shape_count(RID p_mesh) const override { return 0; }
0 commit comments