Documentation
¶
Index ¶
Constants ¶
View Source
const MaxDispCornerNeighbours = 4
MaxDispCornerNeighbours maximum number of adjoining neigherbours per corner.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispCornerNeighbors ¶
type DispCornerNeighbors struct {
// Neighbors
Neighbors [MaxDispCornerNeighbours]uint16
// NumNeighbors is number of neighbours
NumNeighbors uint8
}
DispCornerNeighbors
type DispInfo ¶
type DispInfo struct {
// StartPosition
StartPosition mgl32.Vec3
// DispVertStart
DispVertStart int32
// DispTriStart
DispTriStart int32
// Power
Power int32
// MinTess
MinTess int32
// SmoothingAngle
SmoothingAngle float32
// Contents
Contents int32
// MapFace
MapFace uint16
// LightmapAlphaStart
LightmapAlphaStart int32
// LightmapSampleStartPosition
LightmapSampleStartPosition int32
// Ignore contains bytes with unknown purpose and representation. This should be updated as purpose id discovered
Ignore [32]uint32
// contains filtered or unexported fields
}
DispInfo
type DispNeighbor ¶
type DispNeighbor struct {
// SubNeighbours
SubNeighbours [2]DispSubNeighbor
}
DispNeighbor
Click to show internal directories.
Click to hide internal directories.