Difference between revisions of "Glow Rendering FAQ"

From Second Life Wiki
Jump to navigation Jump to search
Line 16: Line 16:
#Type 'Renderglow' into the upper dropdown of the debug settings panel to call up the parameter to enable 'RenderGlow'... and change the Boolean dropdown that appears below the parameter's description to 'True'.[[Image:RenderGlow_step3.png|The Debug Settings Panel, with renderglow parameter highlighted]]
#Type 'Renderglow' into the upper dropdown of the debug settings panel to call up the parameter to enable 'RenderGlow'... and change the Boolean dropdown that appears below the parameter's description to 'True'.[[Image:RenderGlow_step3.png|The Debug Settings Panel, with renderglow parameter highlighted]]
#Put sunglasses on your avatar, start squinting. Serve with ice lemon tea.
#Put sunglasses on your avatar, start squinting. Serve with ice lemon tea.
==Proof of Concept==
The best way to prove that a experimental feature works is to try it with stuff that might benefit from it... such as these:
* [[Image:RenderGlow_befaft.jpg]]
'''Logan Linden's Office''' : Before(left) - typical prim build, with some shiny. After(right) - notice the glow of the building. This confers it a certain additional mystique. Your mileage may vary.
--More to come--
--More to come--


[[Category:Articles in need of expansion|Graphics Card]]
[[Category:Articles in need of expansion|Graphics Card]]

Revision as of 08:43, 26 April 2007

Introduction

In v1.15, a 'Glow rendering' experimental feature has been added to the client viewer for Second Life. This article describes what it does and how to enable it.

What is Glow Rendering

Glow rendering is a realtime operation whereby another pass is made on a 3d accelerator card's final output to generate a low-resolution map comprising of any items that are lit up via the 'light' parameter that can be set on Prims for local lighting or set to full-bright (i.e. simulating actual lighting), as well as natural phenomena such as the sun and moon. The result is a simulated bloom around light sources of any sort on the grid.

Requirements

Glow Rendering requires a card that can handle vertex shaders in OpenGL. this would include any OpenGL-compatible, hardware accelerated 3D graphics card from the GeForce FX series onwards (or its ATi equivalent). It is also important to note that this feature, when enabled, can cause a modest performance loss, as each frame has to impose additional calculations to add glow to lights and lit surfaces. As it is a experimental feature, not all cards may support it even if they support vertex shaders in hardware, and it may crash the client in some cases.

How to Enable

  1. Bring up the Preferences panel from Edit menu > Preferences...
  2. Go into Graphics Detail under Preferences.graphical representation of the steps. if not viewing with images for some reason, follow the next few steps in text below
  3. Look for a option named 'Enable Vertex Shaders'. If SL detects that your graphics card can support vertex shaders properly, this option will selectable, and should be checked. (Optional, but recommended) - set the Lighting Details parameter to 'Nearby Local Lights' as well for more glows in an inworld scene.
  4. Enable the client debug menus if they are not already enabled by pressing ctrl-alt-shift-D (Mac users sustitue Ctrl with Cmd, please)
  5. Go into the client Menu and select 'Debug Settings'.Here's where that 'Debug Settings' option is in Client menu
  6. Type 'Renderglow' into the upper dropdown of the debug settings panel to call up the parameter to enable 'RenderGlow'... and change the Boolean dropdown that appears below the parameter's description to 'True'.The Debug Settings Panel, with renderglow parameter highlighted
  7. Put sunglasses on your avatar, start squinting. Serve with ice lemon tea.

Proof of Concept

The best way to prove that a experimental feature works is to try it with stuff that might benefit from it... such as these:

  • RenderGlow befaft.jpg

Logan Linden's Office : Before(left) - typical prim build, with some shiny. After(right) - notice the glow of the building. This confers it a certain additional mystique. Your mileage may vary. --More to come--