C# (CSharp) ImprovedNormalMapDistribution Пространство имен

Пространства имен

ImprovedNormalMapDistribution.Properties

Классы

Имя Описание
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...
OutputPanel
OutputPanel2
Polynomial
Program