Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Material ¶
type Material struct { Color geom.Tuple4 Emission geom.Tuple4 RefractiveIndex float64 Reflectivity float64 Textured bool TextureID uint8 TextureScaleX float64 TextureScaleY float64 TexturedNM bool TextureIDNM uint8 TextureScaleXNM float64 TextureScaleYNM float64 IsEnvMap bool }
func NewDefaultMaterial ¶
func NewDefaultMaterial() Material
func NewDiffuse ¶
func NewLightBulb ¶
func NewLightBulb() Material
Click to show internal directories.
Click to hide internal directories.