Skip to content

Commit 3fdd33d

Browse files
committed
added note, that model dimensions are in meter
1 parent 115ae8c commit 3fdd33d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/types/model.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import "github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes"
44

55
type Model struct {
66
Name string
7-
Length float32
8-
Width float32
9-
Height float32
10-
PrimitiveType string // enum
7+
Length float32 // in meter
8+
Width float32 // in meter
9+
Height float32 // in meter
10+
PrimitiveType string // enum
1111
File *string
1212
SVGOffsetX float32
1313
SVGOffsetY float32

0 commit comments

Comments
 (0)