Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Material ¶
type Material struct {
// contains filtered or unexported fields
}
func NewMaterial ¶
func (Material) WithAmbientOcclusion ¶
func (Material) WithFaceDimming ¶
func (Material) WithoutAmbientOcclusion ¶
func (Material) WithoutFaceDimming ¶
type Method ¶
type Method struct {
// contains filtered or unexported fields
}
func AlphaTestRenderMethod ¶
func AlphaTestRenderMethod() Method
func BlendRenderMethod ¶
func BlendRenderMethod() Method
func DoubleSidedRenderMethod ¶
func DoubleSidedRenderMethod() Method
func OpaqueRenderMethod ¶
func OpaqueRenderMethod() Method
func (Method) AmbientOcclusion ¶
func (m Method) AmbientOcclusion() bool
type Permutation ¶
type Permutation struct {
Properties
Condition string
}
Click to show internal directories.
Click to hide internal directories.