This commit is contained in:
2026-04-28 23:45:48 -07:00
parent c9acef9798
commit 0245e2e1e6
2 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,7 @@ class TerrainStream {
var rawmeshData: TMeshData = {
name: "Terrain",
sorting_index: 0,
vertex_arrays: [pos, nor, tex],
index_arrays: [ind],
scale_pos: scalePos,