forked from LeenkxTeam/LNXSDK
Repe [T3DU] and Moises Jpelaez updates
This commit is contained in:
@ -114,11 +114,11 @@ class TerrainStream {
|
||||
|
||||
var rawmeshData: TMeshData = {
|
||||
name: "Terrain",
|
||||
sorting_index: 0,
|
||||
vertex_arrays: [pos, nor, tex],
|
||||
index_arrays: [ind],
|
||||
scale_pos: scalePos,
|
||||
scale_tex: 1.0
|
||||
scale_tex: 1.0,
|
||||
sorting_index: 0
|
||||
};
|
||||
|
||||
new MeshData(rawmeshData, function(data: MeshData) {
|
||||
|
||||
Reference in New Issue
Block a user