We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115ae8c commit 3fdd33dCopy full SHA for 3fdd33d
1 file changed
pkg/types/model.go
@@ -4,10 +4,10 @@ import "github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes"
4
5
type Model struct {
6
Name string
7
- Length float32
8
- Width float32
9
- Height float32
10
- PrimitiveType string // enum
+ Length float32 // in meter
+ Width float32 // in meter
+ Height float32 // in meter
+ PrimitiveType string // enum
11
File *string
12
SVGOffsetX float32
13
SVGOffsetY float32
0 commit comments