Méthode |
Description |
|
ApplyBilateralFiltering ( Texture2D _Source, Texture2D _Target, float _BilateralRadius, float _BilateralTolerance, bool _Wrap ) : void |
|
|
BuildVisibilityMap ( Texture2D _Source, Texture3D _Target ) : void |
|
|
Generate ( ) : void |
|
|
GenerateRays ( int _raysCount ) : void |
|
|
GetRegKey ( string _Key, string _Default ) : string |
|
|
GetRegKeyFloat ( string _Key, float _Default ) : float |
|
|
GetRegKeyInt ( string _Key, float _Default ) : int |
|
|
HSL2RGB ( float3 _HSL ) : float3 |
|
|
Hue_2_RGB ( float v1, float v2, float vH ) : float |
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor. |
|
LoadAlbedoMap ( System _FileName ) : void |
|
|
LoadNormalMap ( System _FileName ) : void |
|
|
LoadResults ( System _FileName ) : void |
|
|
LoadThicknessMap ( System _FileName ) : void |
|
|
LoadTransmittanceMap ( System _FileName ) : void |
|
|
MessageBox ( string _Text ) : DialogResult |
|
|
MessageBox ( string _Text, Exception _e ) : DialogResult |
|
|
MessageBox ( string _Text, MessageBoxButtons _Buttons ) : DialogResult |
|
|
MessageBox ( string _Text, MessageBoxButtons _Buttons, MessageBoxIcon _Icon ) : DialogResult |
|
|
MessageBox ( string _Text, MessageBoxIcon _Icon ) : DialogResult |
|
|
MixResults ( float3 _MixColor ) : void |
|
|
SetRegKey ( string _Key, string _Value ) : void |
|
|
buttonGenerate_Click ( object sender, EventArgs e ) : void |
|
|
buttonReload_Click ( object sender, EventArgs e ) : void |
|
|
buttonShowViewer_Click ( object sender, EventArgs e ) : void |
|
|
floatTrackbarControlDominantHue_SliderDragStop ( Nuaj _Sender, float _fStartValue ) : void |
|
|
floatTrackbarControlDominantHue_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void |
|
|
imagePanelAlbedoMap_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelAlbedoMap_DragDrop ( object sender, DragEventArgs e ) : void |
|
|
imagePanelAlbedoMap_DragEnter ( object sender, DragEventArgs e ) : void |
|
|
imagePanelInputThicknessMap_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelInputThicknessMap_DragDrop ( object sender, DragEventArgs e ) : void |
|
|
imagePanelInputThicknessMap_DragEnter ( object sender, DragEventArgs e ) : void |
|
|
imagePanelNormalMap_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelNormalMap_DragDrop ( object sender, DragEventArgs e ) : void |
|
|
imagePanelNormalMap_DragEnter ( object sender, DragEventArgs e ) : void |
|
|
imagePanelResult0_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelResult1_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelResult2_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelResult3_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelTransmittanceMap_Click ( object sender, EventArgs e ) : void |
|
|
imagePanelTransmittanceMap_DragDrop ( object sender, DragEventArgs e ) : void |
|
|
imagePanelTransmittanceMap_DragEnter ( object sender, DragEventArgs e ) : void |
|
|
integerTrackbarControlRaysCount_SliderDragStop ( Nuaj _Sender, int _StartValue ) : void |
|
|