API ReferenceSandbox
public class Sandbox.ScreenSpaceReflections : Sandbox.BasePostProcess<T>
Constructors
Showing 1 constructors
public ScreenSpaceReflections()
No results match this filter.
Methods
Showing 3 methods
protected virtual void OnDisabled()
protected virtual void OnEnabled()
public virtual void Render()
No results match this filter.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ScreenSpaceReflections |