Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderMethodInt ¶ added in v1.4.117
func RenderMethodStr ¶ added in v1.4.117
Types ¶
type FragmentReadWriter ¶
type FragmentReadWriter interface { FragmentReader FragmentWriter }
FragmentReadWriter is used to read a fragment in wld format
type FragmentReader ¶
type FragmentReader interface { Read(w io.ReadSeeker) error FragCode() int }
type FragmentWriter ¶
FragmentWriter2 is used to write a fragment in wld format
type Quad4 ¶
type Quad4 struct { X float32 `yaml:"fx"` Y float32 `yaml:"fy"` Z float32 `yaml:"fz"` W float32 `yaml:"fw"` }
Quad4 has X,Y,Z,W defined as float32
Click to show internal directories.
Click to hide internal directories.