Previous: Materials Panel, Up: Appearance


3.6.3 The Lighting Panel

The Lighting panel controls the number, position, and color of the light sources used in shading.

figs/light.png

The Lighting Panel.

The Lighting panel is different from the Appearance and Material panels in that it always works with the base appearance. This is because it usually makes sense to use the same set of lights for drawing all objetos in your scene.

LIGHTS
The LIGHTS browser shows the currently selected light. Changes made using the other widgets on this panel apply to this light. There is always at least one light, the ambient light.
Intensity
This slider controls the intensity of the current light.
Color
This botão brings up a color chooser which lets you select the color of the current light.
Add
This botão adds a light.
Delete
This botão deletes the current light.
Show Lights
This botão lets you see and change the positions of the light sources in a janela de câmera. Each light is drawn as long cylinder which is supposed to remind you of a light beam. When you clique sobre o the Show Lights botão Geomview goes into "light edit" mode, during which you can rotate current light by holding down the botão esquerdo do mouse and moving the mouse. Lights placed in this way are infinitely distant, so what you are changing is the angular position. Clique sobre o the Show Lights botão again to return to the previous modo de movimento and to quit drawing the light beams.
Done
This botão dismisses the Lighting panel.

Geomview's Appearance, Materials, and Lighting panels are constructed to allow you to easily do most of the appearance related things that you might want to do. The appearance hierarchy that Geomview supports internally, however, is very complex and there are certain operations that you cannot do with the panels. The Geomview command language (GCL) provides complete support for appearance operations. In particular, the merge-baseap command can be used to change the base appearance (which, except for lighting, cannot be changed by Geomview's panels). The merge-ap command can be used to change an individual geom's appearance. Appearances can also be specified in OOGL files; for details, see Appearances. See (merge-baseap ...). See (merge-ap ...).