s&box docs

public class Sandbox.ScreenSpaceReflections : Sandbox.BasePostProcess<T>

Constructors

Showing 1 constructors

Methods

Showing 3 methods

protected virtual void OnDisabled()

protected virtual void OnEnabled()

public virtual void Render()

Properties

Showing 1 properties

public float Sandbox.ScreenSpaceReflections.RoughnessCutoff { get; set; }

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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ScreenSpaceReflections

On this page