Table of Contents Chapter Index Previous Slide Next Slide 157
Normal Node

Controlling Shading using Normals

Normal Node
  • The normal field specifies face direction

    Normal {
        vector [
            1.0 0.0 0.0,
            0.0 1.0 0.0,
            0.0 0.0 1.0,
            . . .
        ]
    }