2024-07-19 10:21:26 +03:00

10 lines
124 B
Go

package threedb
type Mesh struct {
Links []MeshLink
Vector1 *Vector
Vector2 *Vector
Shadow uint16
CMap uint16
}