Api Sandbox ScreenSpaceReflections
class

ScreenSpaceReflections

public class ScreenSpaceReflections : BasePostProcess<T>

Constructors

ScreenSpaceReflections()

Properties

Name Type Description
RoughnessCutoff Single Stop tracing rays after this roughness value. This is meant to be used to avoid tracing rays for very rough surfaces which are unlikely to have any reflections. This is a performance optimization.

Methods

virtual Void Render()
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.ScreenSpaceReflections