프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_AlignAxis | Vector | ||
m_Coefficients | double[] | ||
m_RGBCoefficients | Vector[] |
메소드 | 설명 | |
---|---|---|
Form1 ( ) : System |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
protected GetColorValueFromLSH ( float _x, float _y, float _z ) : Color | ||
_x | float | |
_y | float | |
_z | float | |
리턴 | Color |
protected GetColorValueFromLSHOptimized ( float _x, float _y, float _z ) : Color | ||
_x | float | |
_y | float | |
_z | float | |
리턴 | Color |
protected GetSHCoefficients ( WMath _Direction, double &_Coefficients ) : void | ||
_Direction | WMath | |
_Coefficients | double | |
리턴 | void |
protected GetValueApproximate2ndOrderPolynomial ( float _x, float _y, float _z ) : float | ||
_x | float | |
_y | float | |
_z | float | |
리턴 | float |