Lighting and shadows

From Second Life Wiki
Jump to navigation Jump to search

Overview

The lighting and shadows feature in Second Life Viewer 2.7.1 improves the quality of the in-world visual experience, adding:

  • High quality real-time shadows.
  • Full dynamic lighting for an infinite number of local light sources.
  • Special effects such as ambient occlusion and depth of field.

Sky and water environments appear and function the same regardless of whether lighting and shadows are enabled.

See the release announcement.

Prerequisites

This feature requires a OpenGL 3.0-capable graphics card, such as NVIDIA GeForce 8600 and 8800, GTX 2xx, or Radeon HD 4xxxx.

If your graphics card cannot support the feature, then it is disabled by default, and you cannot enable it.

Graphics preferences settings

To enable or change your lighting and shadows settings:

  1. Choose Me > Preferences.
  2. Click the Graphics tab.
  3. Click Advanced.
  4. Check Atmospheric Shaders And Hardware Skinning (under Avatar Rendering).

Lighting and shadows prefs.png

KBnote.png Note: In general, enabling lighting and shadows will lower the frame-rate somewhat; by default the feature is disabled on hardware where the typical frame-rate would be decreased below 10FPS.

When Atmospheric Shaders is enabled, if your system supports it, you can then enable:

  • Lighting and Shadows
  • Ambient Occlusion
  • Shadows

When you check Lighting and Shadows, you can then enable Ambient Occlusion, Depth of Field, and select the desired type of Shadows.

To enable Water Reflections, check Basic shaders. Options are "Minimal", "Terrain and Trees", "All static objects", "All avatars and objects", "Everything".

KBwarning.png Warning: Lighting and Shadows can greatly lower performance and conflict badly with antialiasing. If you crash when trying to enable Lighting and Shadows on an otherwise supported system, disable antialiasing.

Shadows

Shadows are cast in the direction opposite the sun or moon (or other light source).

Shadows start fading away as the distance to the object approaches your draw distance (set in your graphics preferences).

Faces far from the camera (more than about 256 meters) will not receive shadows. As they approach this distance, the received shadows quickly fade away.

Receiving shadows

Receiving shadows

The following can receive shadows:

Full-bright surfaces (opaque or transparent) cannot receive shadows.

Key to illustrations in this section:
  • A = avatar
  • B = opaque object
  • C = 39% transparency
  • D = 40% transparency
  • E = 80% transparency
  • F = opaque full-bright object
  • G = alpha texture (per-pixel transparency)


Casting shadows

Casting shadows

Things that can cast shadows:

  • Alpha pixels that are less than 40% transparent
  • Full-brights, glowies, sculpties, avatars, foliage, ground

Things that do not cast shadows:

  • Alpha pixels 40% or greater transparent
  • Avatar imposters
  • Particles

An object that both casts and receives shadows can cast a shadow on itself. For example, an avatar's arm can cast a shadow on the avatar's leg, where appropriate.

Shadows on bumpy objects

Bumpgeneral.png

Full-bright bumpy objects render the same as with lighting and shadows off. Non-full-bright bumpy objects display realistic lighting for the depth-like roughness detail of the bump texture, according to the direction of the lighting.

Shadow settings

In preferences, you can choose to see the following types of shadows:

  • None
  • Sun / Moon
  • Sun / Moon + Projectors

None

Broadly-speaking, setting Shadows to None looks similar to turning off Lighting and Shadows altogether, except:

  • A bit smoother lighting from sun, moon, and local lights.
  • Shininess on non-full-bright surfaces looks different.
  • Any number of lights will now light the scene simultaneously.
  • Increased accuracy in lighting means that a bright light near a surface may now light nearby points on that surface more intensely than previously.
  • Avatar imposters are lit similarly to non-imposters

Sun/Moon

Setting Shadows to Sun/Moon causes all qualifying objects to cast shadows and have shadows cast upon them.

Sun/Moon + Projectors

When you select Sun/Moon + Projectors shadows, objects will cast shadows from the light of the sun and the moon and up to two projector light sources. Shadows will only be cast from the two most significant projectors in the scene. Point lights will never cast shadows.

Ambient occlusion

You may use shadows settings with or without ambient occlusion. Enabling ambient occlusion causes a subtle darkening of nooks and crannies in shapes.

Softer shadows with ambient occlusion


Enabling Ambient Occlusion and setting Shadows to Sun/Moon simultaneously exhibits both effects, with the added effect that shadows are smoother (softer and blurrier).

Ambient occlusion and shadows


Depth of field

Check Depth of field to make objects far from the focal distance appear fuzzy or out-of-focus.

Depth of Field On

Depth of Field On

Depth of Field Off

Depth of Field Off

Depth of field can be fine-tuned in the debug settings, so you can achieve effects like tilt-shift (miniature-looking scenes), as shown on the login screens.

Creating light sources

Creating and editing a light source is the same as in previous releases, but the Build Tools provide some additional options when lighting and shadows are enabled, as shown at right.

New build tools options.png

The extra options are:

  • Texture-chooser next to the light's color-chooser. Click it to choose a texture for the light. This enables you to create projectors, lights that project a texture. When you select a texture, the following settings then take effect:
  • FOV (field of view)
  • Focus
  • Ambiance

The standard light attributes color, intensity, radius, and falloff have the same effect regardless of whether lighting and shadows are enabled.

Projectors

A projector is a new kind of light source that casts a directional, textured light similar to that of a slide projector.

To create a projector light source, select a texture for it in the build tools. The features of projectors are visible when lighting and shadows is enabled.

A projector differs from a regular (point) light as follows:

  • It respects the FOV, Ambiance and Focus attributes.
  • It only casts light along its negative Z-axis: the light is directional, and may be pointed at things like a flashlight.
  • Thus, the effect of a projector's light depends on the rotation of the object with the light.
  • The projector's light has the selected texture, tinted with the color selected alongside it, like a slide-projector.

A projector's light will create shadows if:

  • You have selected Sun/Moon + Projectors for your Shadows preference.
  • The projector is one of the two closest to the object casting shadows.
Example of projector light

Limitations

Projectors do not project textures onto alpha/transparent faces that have partial transparency. Such faces are lit by the projector as if Lighting and Shadows were disabled.

When Lighting and shadows is disabled, a projector behaves like a point light, but it continues to obey the Color, Intensity, Radius, Falloff attributes of the light. This essentially makes it operate like a spotlight.

Projectors and shininess

Projref.png

A projecting prim reflecting in a shiny surface exhibits a reflection of the prim's projected texture. This is increasingly sharper and brighter, the more shiny the reflecting surface is.

FOV

Fov.jpg

The FOV setting defines the field of view of the projector, in radians. The field of view is the angular width of the cone of light projected. The possible range of values from 0.0 to 3.0 correspond to widths from 0 degrees to approx 172 degrees (almost a hemisphere of influence). Fidelity of shadows caused by a projector may degrade as the FOV becomes larger.

Focus

Focus.jpg

A projected texture appears blurrier the further the projection point is from the projector. The Focus value controls how attenuated this effect is. Positive values keep the projection sharper for further, negative values make the projection start to blur at a closer range.

Ambiance

Amb.jpg

Ambiance adds a very blurred version of the projected image to all faces within the cone of influence, regardless of whether they are in shadow or facing away from the projector. The goal is to roughly simulate light influence being diffused in all directions by surfaces receiving a projected image. Thus it is acceptable that this be even brighter on faces facing away from the projector. The brightness of this effect is proportional to the Ambiance value.



Point lights

Point light

Existing inworld point light sources do not cast shadows. Point lights are largely unaffected by the Lighting and Shadows setting, except:

  • The generated light should generally look smoother (less triangular, less delineated, and more rounded in its influence)
  • The generated light may appear brighter on surfaces close to the light source.
  • Lights whose areas of influence overlap may make that area seem lit much brighter than previously.
  • Every light in the scene will have a cumulative influence on lighting (not just the closest six lights).

These exceptions may not apply to lighting falling upon transparent or alpha-textured faces: faces with a lot of partial transparency appear essentially identical (apart from shadows falling upon them) regardless of whether Lighting and shadows is enabled.