Project

General

Profile

« Previous | Next » 

Revision 08eabc44

Added by Leszek Koltunski almost 8 years ago

move data types, like FlatND and InterpolatorND, to a separate package.

View differences:

src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
28 28
import org.distorted.examples.R;
29 29

  
30 30
import org.distorted.library.EffectTypes;
31
import org.distorted.library.Interpolator1D;
31
import org.distorted.library.type.Interpolator1D;
32 32
import org.distorted.library.DistortedNode;
33
import org.distorted.library.Float3D;
34
import org.distorted.library.Float1D;
33
import org.distorted.library.type.Float3D;
34
import org.distorted.library.type.Float1D;
35 35
import org.distorted.library.Distorted;
36 36
import org.distorted.library.DistortedBitmap;
37 37

  

Also available in: Unified diff