C# Класс 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...
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
Form1 ( ) : System
UpdateNormal ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Form1() публичный Метод

public Form1 ( ) : System
Результат System

UpdateNormal() публичный Метод

public UpdateNormal ( ) : void
Результат void