aaaa
This commit is contained in:
+1
-1
@@ -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},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user