Perlin 2,3,4 optimisations + Simplex imp fixed + improved architecture

This commit is contained in:
Remi Beges
2012-06-05 22:00:09 +02:00
parent 4d975fa67e
commit 5d7f8acbc8
14 changed files with 307 additions and 317 deletions

View File

@@ -27,8 +27,6 @@ template <typename T> class NzPerlin2D : public NzNoiseBase
T s,t,u,v;
T Cx,Cy;
T Li1, Li2;
T nx, ny;
T tmp;
NzVector2<T> temp;
};