1#Inventor V2.1 ascii
2
3# Check all aspects of rendering with an SoLightModel in the scene.
4#
5# 19990504 mortene
6
7Separator {
8   # (ROW 0)
9   Separator {
10      Sphere { }
11
12      BaseColor { rgb 1 0 0 }
13      Translation { translation +4 0 0 }
14      Separator {
15	 LightModel { model BASE_COLOR }
16	 Sphere { }
17      }
18
19      BaseColor { rgb 1 1 0 }
20      Translation { translation +4 0 0 }
21      LightModel { model BASE_COLOR ~ }
22      Sphere { }
23   }
24}
25