Skip to content

Commit 22e7421

Browse files
authored
Merge pull request #6 from Patch2PDF/mesh-reader-bump
bumped mesh reader lib (gltf respecting transformation matrix now)
2 parents 59d9d3b + 6fcb5a5 commit 22e7421

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/Patch2PDF/GDTF-Parser
22

33
go 1.25.4
44

5-
require github.com/Patch2PDF/GDTF-Mesh-Reader v1.0.0
5+
require github.com/Patch2PDF/GDTF-Mesh-Reader v1.1.0
66

77
require (
88
github.com/google/go-cmp v0.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Patch2PDF/GDTF-Mesh-Reader v1.0.0 h1:Io11rC8z+GQZ6HWODfE+DPMm+OS2c6ditq2PzEn6wXs=
2-
github.com/Patch2PDF/GDTF-Mesh-Reader v1.0.0/go.mod h1:4Uipj5UA1HhD3v032aSnEFlpItN80UY5zKB15mIeVwQ=
1+
github.com/Patch2PDF/GDTF-Mesh-Reader v1.1.0 h1:qW4nLOFUq/m59gBGcaAOhGahzPDQAAxoSB5XhK2tnng=
2+
github.com/Patch2PDF/GDTF-Mesh-Reader v1.1.0/go.mod h1:4Uipj5UA1HhD3v032aSnEFlpItN80UY5zKB15mIeVwQ=
33
github.com/go-test/deep v1.0.1 h1:UQhStjbkDClarlmv0am7OXXO4/GaPdCGiUiMTvi28sg=
44
github.com/go-test/deep v1.0.1/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
55
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=

0 commit comments

Comments
 (0)