This commit is contained in:
dengqn 2024-06-06 02:29:30 +08:00
parent 6d0836d660
commit 5041e92871
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func Convert(stl STL, outFile string) {
ByteOffset: 0, ByteOffset: 0,
ComponentType: 5126, ComponentType: 5126,
Type: "VEC3", Type: "VEC3",
Count: int(stl.TriangleNum), Count: stl.TriangleNum * 3,
Max: []float32{1, 1, 1}, Max: []float32{1, 1, 1},
Min: []float32{-1, -1, -1}, Min: []float32{-1, -1, -1},
}, },