Click or drag to resize

WeatherMakerTemporalReprojectionSize Enumeration

Temporal reprojection size

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum WeatherMakerTemporalReprojectionSize
Members
  Member nameValueDescription
None0 No temporal reprojection
One1 Full size, only really useful for debugging to make sure image does not change
TwoByTwo2 2x2 grid
ThreeByThree3 3x3 grid
FourByFour4 4x4 grid
FiveByFive5 5x5 grid
SixBySix6 6x6 grid
SevenBySeven7 7x7 grid
EightByEight8 8x8 grid
See Also