We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a8f8bb + 3d066a0 commit 7ed65a3Copy full SHA for 7ed65a3
gltf.go
@@ -149,6 +149,7 @@ type BufferView struct {
149
ByteLength uint32 `json:"byteLength" validate:"required"`
150
ByteStride uint32 `json:"byteStride,omitempty" validate:"omitempty,gte=4,lte=252"`
151
Target Target `json:"target,omitempty" validate:"omitempty,oneof=34962 34963"`
152
+ Name string `json:"name,omitempty"`
153
}
154
155
// The Scene contains a list of root nodes.
0 commit comments