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