Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TexData ¶
type TexData struct {
// Reflectivity is reflectivity vector
Reflectivity mgl32.Vec3
// NameStringTableID
NameStringTableID int32
// Width is texture width
Width int32
// Height is texture height
Height int32
// ViewWidth
ViewWidth int32
// ViewHeight
ViewHeight int32
}
TexData contains texture properties
Click to show internal directories.
Click to hide internal directories.