Click or drag to resize

WeatherMakerTemporalReprojectionState Class

Temporal reprojection state
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerTemporalReprojectionState

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class WeatherMakerTemporalReprojectionState : IDisposable

The WeatherMakerTemporalReprojectionState type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerTemporalReprojectionState
Constructor
Top
Properties
  NameDescription
Public propertyBlendMode
Blend mode
Public propertyCamera
Camera
Public propertyCommandBuffer
Command buffer
Public propertyFrameHeight
Public propertyFrameWidth
Public propertyIntegratedTemporalReprojection
Integrated temporal reprojection combines a full shader with temporal reprojection in an attempt to reduce artifacts, especially at higher temporal reprojection sizes. When IntegratedTemporalReprojection is false, temporal reprojection renders in a separate upscaling pass.
Public propertyNeedsFirstFrameHandling
Public propertyOffsetXConstant
Public propertyOffsetXConstant2
Public propertyOffsetYConstant
Public propertyOffsetYConstant2
Public propertyPrevFrameTexture
Previous frame texture
Public propertyReprojectionSize
Public propertyReprojectionSizeSquared
Public propertySubFrameHeight
Public propertySubFrameNumber
Public propertySubFrameTexture
Sub frame texture
Public propertySubFrameWidth
Public propertyTemporalOffsetX
Public propertyTemporalOffsetY
Public propertyTemporalReprojectionMaterial
Temporal reprojection material
Public propertyXOffset
Public propertyYOffset
Top
Methods
  NameDescription
Public methodDispose
Dispose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostRenderFrame
Post render camera event handler
Public methodPreCullFrame
PreCull camera event handler
Public methodPreRenderFrame
Pre render camera event handler
Public methodToString (Inherited from Object.)
Top
See Also