This commit is contained in:
dqn
2024-06-06 02:29:30 +08:00
parent 6d0836d660
commit 5041e92871
+1 -1
View File
@@ -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},
},