Skip to content

Commit c127655

Browse files
TitanNanoakien-mga
authored andcommitted
Assign missing surface data fields in dummy render server
(cherry picked from commit 48b71cf)
1 parent a2d75e5 commit c127655

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

servers/rendering/dummy/storage/mesh_storage.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ class MeshStorage : public RendererMeshStorage {
8787
s->index_count = p_surface.index_count;
8888
s->aabb = p_surface.aabb;
8989
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;
9096
}
9197

9298
virtual int mesh_get_blend_shape_count(RID p_mesh) const override { return 0; }

0 commit comments

Comments
 (0)