Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TexturePath = flag.String("t", "texture.png", "texture file")
)
Functions ¶
Types ¶
type BlockTexture ¶
type BlockTexture struct {
Left, Right FaceTexture
Up, Down FaceTexture
Front, Back FaceTexture
}
type FaceTexture ¶
type FaceTexture [6][2]float32
Click to show internal directories.
Click to hide internal directories.