Property | Type | Description | |
---|---|---|---|
m_AlignAxis | Vector | ||
m_Coefficients | double[] | ||
m_RGBCoefficients | Vector[] |
Method | Description | |
---|---|---|
Form1 ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
GetColorValueFromLSH ( float _x, float _y, float _z ) : Color | ||
GetColorValueFromLSHOptimized ( float _x, float _y, float _z ) : Color | ||
GetSHCoefficients ( WMath _Direction, double &_Coefficients ) : void | ||
GetValueApproximate2ndOrderPolynomial ( float _x, float _y, float _z ) : float | ||
UnPackRGBE ( uint _RGBE ) : WMath.Vector |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
sphereViewLSH_MouseUp ( object sender, MouseEventArgs e ) : void | ||
sphereView_MouseUp ( object sender, MouseEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected GetColorValueFromLSH ( float _x, float _y, float _z ) : Color | ||
_x | float | |
_y | float | |
_z | float | |
return | Color |
protected GetColorValueFromLSHOptimized ( float _x, float _y, float _z ) : Color | ||
_x | float | |
_y | float | |
_z | float | |
return | Color |
protected GetSHCoefficients ( WMath _Direction, double &_Coefficients ) : void | ||
_Direction | WMath | |
_Coefficients | double | |
return | void |
protected GetValueApproximate2ndOrderPolynomial ( float _x, float _y, float _z ) : float | ||
_x | float | |
_y | float | |
_z | float | |
return | float |
protected UnPackRGBE ( uint _RGBE ) : WMath.Vector | ||
_RGBE | uint | |
return | WMath.Vector |