Documentation
¶
Overview ¶
Package obj provide interface to load OBJ format 3D models
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupData ¶
type GroupData struct {
Name string
Material string
SzPos int // number components of position per vertex
SzTC int // number components of texcoord per vertex
SzNorm int // number components of nromal per vertex
Vert []float32 // interlacing position, texcoord, normal
Smooth int // smoothing group
}
GroupData is vertex group
Click to show internal directories.
Click to hide internal directories.