WeatherMakerTemporalReprojectionSize Enumeration |
Temporal reprojection size
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum WeatherMakerTemporalReprojectionSize
Public Enumeration WeatherMakerTemporalReprojectionSize
public enum class WeatherMakerTemporalReprojectionSize
type WeatherMakerTemporalReprojectionSize
Members
| Member name | Value | Description |
---|
| None | 0 |
No temporal reprojection
|
| One | 1 |
Full size, only really useful for debugging to make sure image does not change
|
| TwoByTwo | 2 |
2x2 grid
|
| ThreeByThree | 3 |
3x3 grid
|
| FourByFour | 4 |
4x4 grid
|
| FiveByFive | 5 |
5x5 grid
|
| SixBySix | 6 |
6x6 grid
|
| SevenBySeven | 7 |
7x7 grid
|
| EightByEight | 8 |
8x8 grid
|
See Also