texture Contains a texture bump map which can be given by the ImageTexture, PixelTexture, MovieTexture, CubeEnvironment, or MipMap nodes.
direction Specifies the direction of a light source (analogous of the DirectionalLight node).
Each pixel of a resultant bump texture has grey color: red, green and blue components of its color are equal. The value of these components is calculated as follows:
the direction vector is transformed to the global coordinates;
the obtained vector is scalarly multiplied by the color of the corresponding pixel of the texture bump map, specified in the texture field.
If the BumpMap node is used as a value of the textures field of the AdvancedAppearance node, other fields of this node have the following default values:
backgroundFactor = FORE_COLOR
foregroundFactor = ZERO
or:
backgroundFactor = ZERO
foregroundFactor = BACK_COLOR
Important: This node is supported by GeForce and latest ATI Radeon video cards when the DirectX Renderer (Concorde DX7) is chosen, or at computers with the Pentium IV processor when the R98 Renderer (software renderer) is selected.