Project

General

Profile

« Previous | Next » 

Revision 522eebc8

Added by Leszek Koltunski over 7 years ago

Add Static5D and Dynamic5D.

View differences:

src/main/java/org/distorted/library/type/Dynamic3D.java
52 52
    float[] ny;
53 53
    float[] nz;
54 54
   
55
    public VectorNoise()
55
    VectorNoise()
56 56
      {
57 57
      nx = new float[NUM_NOISE]; 
58 58
      nx[0] = mRnd.nextFloat();

Also available in: Unified diff