Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { Name string Material string SzPos int // number components of position per vertex SzNorm int // number components of nromal per vertex SzTC int // number components of texcoord per vertex Verts []float32 // interlacing position, texcoord, normal Smooth int // smoothing group Indices []uint16 }
func (Group) VertStride ¶
Click to show internal directories.
Click to hide internal directories.