Screen space ambient occlusion: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
Not available in the 2010 client
Removed information to be fact checked
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Stub}}
{{WIP}}
{{WIP}}
{{NonStandard|reason=This feature was added in 2011.}}
{{NonStandard|reason=This feature was added in 2011.}}
[[File:Ambient Shadows Image 1.PNG|thumb|alt=Screen space ambient occlusion|Screen space ambient occlusion]]
Also known as ambient shadows, this feature was added in 2011.
Also known as ambient shadows, this feature was added in 2011.
== How to enable ==
== How to enable ==
If the feature is not enabled automatically, then according to Gemlocker, these are the steps to manually enable the feature:
If the feature is not enabled automatically, then according to Gemlocker, these are the steps to manually enable the feature:
Line 19: Line 18:
# Open a place file in the client.
# Open a place file in the client.
# Check the log file that ends in "gfx_d3d.txt"
# Check the log file that ends in "gfx_d3d.txt"
# Look for "RBX device", which needs to be one of the allowed names.
# Look for "RBX vidMemSize", which needs to be at least a certain amount.
# Look for "RBX vidMemSize", which needs to be at least a certain amount.
# Look for "Multiple Render Targets", which needs to be 2 or more.
# Look for "Multiple Render Targets", which needs to be 2 or more.
== Troubleshooting ==
=== NVIDIA ===
If you see screen space ambient occlusion but the skybox is white, and antialiasing is off in ROBLOX, you need to change 3D settings in the NVIDIA control panel. If, in the global settings, antialiasing mode is override, then you need to change it to something else in the global settings or program settings.
== External links ==
== External links ==
* [https://archive.froast.io/forum/41508028 Gemlocker's forum post]
* [https://archive.froast.io/forum/41508028 Gemlocker's forum post]

Latest revision as of 20:53, 29 January 2024

Work In Progress
This is currently being worked on! Check back later for more information... hopefully.


Ouch!
The following article, Screen space ambient occlusion, mentions a feature exclusive to certain versions of the client.
Specifically: This feature was added in 2011.


Screen space ambient occlusion
Screen space ambient occlusion

Also known as ambient shadows, this feature was added in 2011.

How to enable

If the feature is not enabled automatically, then according to Gemlocker, these are the steps to manually enable the feature:

  1. Set graphics mode to Direct3D. The Automatic setting should also work. If the chat button in the top left is wide, then the client is running in Direct3D.
  2. Set antialiasing to Off. The Automatic setting should also work.
  3. Set quality level to 21.

System requirements

Also according to Gemlocker, there are specific system requirements in order for the feature to be automatically enabled. These may also prevent the feature from being manually enabled and some are undocumented.

These include:

  • ROBLOX quality level is at least 14
  • Have a certain amount of video memory
  • Support two or more rendering buffers

How to check your system

  1. Open a place file in the client.
  2. Check the log file that ends in "gfx_d3d.txt"
  3. Look for "RBX device", which needs to be one of the allowed names.
  4. Look for "RBX vidMemSize", which needs to be at least a certain amount.
  5. Look for "Multiple Render Targets", which needs to be 2 or more.

Troubleshooting

NVIDIA

If you see screen space ambient occlusion but the skybox is white, and antialiasing is off in ROBLOX, you need to change 3D settings in the NVIDIA control panel. If, in the global settings, antialiasing mode is override, then you need to change it to something else in the global settings or program settings.

External links