C# 클래스 GenerateTranslucencyMap.GeneratorForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Patapom/GodComplex 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplyBilateralFiltering void
BuildVisibilityMap void
Generate void
GenerateRays void
GetRegKey string
GetRegKeyFloat float
GetRegKeyInt int
HSL2RGB SharpMath.float3
Hue_2_RGB float
InitializeComponent void
LoadAlbedoMap void
LoadNormalMap void
LoadResults void
LoadThicknessMap void
LoadTransmittanceMap void
MessageBox DialogResult
MessageBox DialogResult
MessageBox DialogResult
MessageBox DialogResult
MessageBox DialogResult
MixResults void
SetRegKey void
buttonGenerate_Click void
buttonReload_Click void
buttonShowViewer_Click void
floatTrackbarControlDominantHue_SliderDragStop void
floatTrackbarControlDominantHue_ValueChanged void
imagePanelAlbedoMap_Click void
imagePanelAlbedoMap_DragDrop void
imagePanelAlbedoMap_DragEnter void
imagePanelInputThicknessMap_Click void
imagePanelInputThicknessMap_DragDrop void
imagePanelInputThicknessMap_DragEnter void
imagePanelNormalMap_Click void
imagePanelNormalMap_DragDrop void
imagePanelNormalMap_DragEnter void
imagePanelResult0_Click void
imagePanelResult1_Click void
imagePanelResult2_Click void
imagePanelResult3_Click void
imagePanelTransmittanceMap_Click void
imagePanelTransmittanceMap_DragDrop void
imagePanelTransmittanceMap_DragEnter void
integerTrackbarControlRaysCount_SliderDragStop void

공개 메소드들

메소드 설명
GeneratorForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GeneratorForm() 공개 메소드

public GeneratorForm ( ) : System
리턴 System

OnFormClosing() 보호된 메소드

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void