C# Class ImprovedNormalMapDistribution.Form1

Computes an improved normal distribution following http://rgba32.blogspot.fr/2011/02/improved-normal-map-distributions.html I'm attempting to use the more advanced quartic function f(x,y)=(1-x²)(1-y²) for which there is a more involved intersection computation. I'm first trying with Newton-Raphson then I'll use the quartic intersection that can obviously have only a single intersection...
Inheritance: System.Windows.Forms.Form
Show file Open project: Patapom/GodComplex

Public Methods

Method Description
Form1 ( ) : System
UpdateNormal ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

buttonConvertNew_Click ( object sender, EventArgs _e ) : void
buttonConvertOld_Click ( object sender, EventArgs args ) : void
checkBoxSplat_CheckedChanged ( object sender, EventArgs e ) : void
floatTrackbarControlPhi_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlTheta_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void

Method Details

Dispose() protected method

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

Form1() public method

public Form1 ( ) : System
return System

UpdateNormal() public method

public UpdateNormal ( ) : void
return void