Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in _menu_load_objects() (line 579 of /home/drbiz/public/tools.realism.com/includes/menu.inc).

Revision of Material from Thu, 06/15/2017 - 21:05

Material : XSeen {
SFColor
[in,out]
colorDiffuse
(.8 .8 .8)
...
SFColor
[in,out]
colorEmissive
(.8 .8 .8)
...
SFColor
[in,out]
colorSpecular
(.8 .8 .8)
...
SFFloat
[in,out]
shininess
[0,1]
SFFloat
[in,out]
transparency
[0,1]



}

This node applies uniform coloring to the geometry. It must be a child of an Appearance node.

colorDiffuse, colorEmissive, colorSpecular define the diffuse, emissive, and specular color components of the surface. These act in concert with ImageTexture to determine the final apperance of the image. This may also be modified by shaders applied after the color and texture.

The reflectivity of the surface is specified by the shininess field. Its value ranges [0,1] with 0 being fully matte and 1 being highly reflective.

The overall opactity of the object is specified by the transparency field with the range of [0,1]; where 0 being fully opaque and 1 being fully transparent.