Chimera Commands Index

Usage:
lighting options

The lighting command provides access to settings in Lighting, including Shininess. It also allows changing the colors and specular contributions of the lights. See also: set, preset, lighting details

Options include:

Full descriptions are given below. Keywords and their sub-keywords can be truncated to unique strings. A vertical bar "|" designates mutually exclusive options, and default settings are indicated with bold. Square brackets [] indicate an argument that can be omitted; if a value is omitted, the current value will be reported in the status line (transiently) and Reply Log.

lighting mode [ ambient | single | two-point | three-point ]
Set number and type of lights according to the lighting mode: The different lights and their roles are discussed in the lighting details.
lighting brightnessvalue ]
Set brightness, the total diffuse (nonspecular) illumination of the scene (default 1.15).
lighting contrastvalue ]
Set contrast, the ratio of the key light to other light(s), disregarding any specular contributions; higher contrast gives darker shading (default 0.7).
lightingkey | fill | back ) colorcolor ]
Specify key, fill, or back light color (all are white by default). The color can be any color name that specifies a single color.
lightingkey | fill | back ) directionx y z ]
Specify the direction of the key, fill, or back light as x y z components.
lightingkey | fill | back ) specular_intensityvalue ]
Set the specular intensity of the key, fill, or back light to value (default 1.0 for the key light, 0.0 for the others).
lightingsave | restore | delete ) style-name
The current settings in Lighting, including Shininess, collectively define a style. The save keyword indicates saving the current settings as style-name. A previously saved style can be applied with restore or deleted with delete. A lighting style can also be saved, applied, or deleted using the Lighting interface. Named lighting styles are saved in the Chimera preferences file.
lighting qualitynormal | glossy ]
Set lighting quality. The glossy setting uses an Open GL shader to provide per-pixel lighting, which gives a glossy appearance, and angle-dependent transparency. Whether this is supported depends on the the graphics driver and the current lighting mode. With normal lighting (default), specular highlights are only calculated at triangle vertices and linearly interpolated across triangles, and transparent triangles do not appear more opaque when viewed edge-on as compared to face-on.
lighting sharpnessvalue ]
Set the specular sharpness of the Chimera default material (default 30.0). Lower values yield larger, more diffuse highlights, while higher values yield more pointlike highlights. For more information, see Shininess.
lighting reflectivityvalue ]
Set reflectivity, the specular brightness of the Chimera default material (default 1.0). The components of the specular color are scaled by this value to calculate shiny highlights. For more information, see Shininess.