Click or drag to resize

UVMode Enumeration

UV mode for sphere generation

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum UVMode
Members
  Member nameValueDescription
Sphere0 Map the image to the full 360 degree sphere
Panorama1 Map the panorama to the top of the sphere
PanoramaMirrorDown2 Map the panorama to the top of the sphere and mirror to the bottom half of the sphere
Dome3 Map the image to the top half of the sphere
DomeMirrorDown4 Map the image to the top half of the sphere and mirror to the bottom half of the sphere
DomeDouble5 Dome image contains the bottom on the left hand side of the texture and top on the right hand side in 2 to 1 aspect, i.e. 4096x2048.
FishEyeMirrored6 Map the fish eye to the sphere, mirroring to the other side of the sphere
FishEye3607 Map the fish eye to the entire sphere
See Also