C# Class OfflineCloudRenderer.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
Build3DNoise ( ) : void
BuildCube ( ) : void
BuildPhaseQuantileBuffer ( System _PhaseQuantileFileName ) : void
BuildRandomBuffer ( ) : void
GetRegKey ( string _Key, string _Default ) : string
GetRegKeyFloat ( string _Key, float _Default ) : float
GetRegKeyInt ( string _Key, float _Default ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Manipulator_CameraTransformChanged ( float4x4 _Camera2World ) : 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
Reg ( IDisposable _Disposable ) : void

Registers a disposable that will get disposed on form closing

Render ( ) : void
SetRegKey ( string _Key, string _Value ) : void
UpdateCameraCompositions ( ) : void
UpdateCameraProjection ( float _FOV, float _AspectRatio, float _Near, float _Far ) : void
UpdateCameraTransform ( float3 _Position, float3 _Target, float3 _Up ) : void
UpdateCameraTransform ( float4x4 _Camera2World ) : void
buttonReload_Click ( object sender, EventArgs e ) : void
buttonShootPhotons_Click ( object sender, EventArgs e ) : void
checkBoxClipAboveValue_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxFullSurface_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxRenderVectors_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxShowHF_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxSmooth_CheckedChanged ( object sender, EventArgs e ) : void
floatTrackbarControlClipAbove_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlDebug3_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlFluxMultiplier_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlSmoothRadius_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlVectorSize_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
radioButtonExitPosition_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void