aaaa
This commit is contained in:
parent
6d0836d660
commit
5041e92871
|
@ -103,7 +103,7 @@ func Convert(stl STL, outFile string) {
|
|||
ByteOffset: 0,
|
||||
ComponentType: 5126,
|
||||
Type: "VEC3",
|
||||
Count: int(stl.TriangleNum),
|
||||
Count: stl.TriangleNum * 3,
|
||||
Max: []float32{1, 1, 1},
|
||||
Min: []float32{-1, -1, -1},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue