This commit is contained in:
luboslenco
2025-09-01 19:17:28 +02:00
parent b879c6895c
commit cf2daabc21
9 changed files with 28 additions and 63 deletions
+1
View File
@@ -32,6 +32,7 @@ function mesh_data_create(raw: mesh_data_t): mesh_data_t {
raw.scale_tex = 1.0;
}
raw._.structure = mesh_data_get_vertex_struct(raw.vertex_arrays);
mesh_data_build(raw);
return raw;
}