Project

General

Profile

« Previous | Next » 

Revision 71c7624f

Added by Leszek Koltunski almost 4 years ago

Progress with MeshFile

View differences:

src/main/java/org/distorted/examples/singlemesh/SingleMeshRenderer.java
125 125
      mScale= new Static3D(1,1,1);
126 126
      Static3D center=new Static3D(0,0,0);
127 127

  
128
      Dynamic1D sink = new Dynamic1D(5000,0.0f);
129
      sink.add( new Static1D(0.5f) );
130
      sink.add( new Static1D(2.0f) );
131

  
132 128
      mQuat1 = new Static4D(0,0,0,1);
133 129
      mQuat2 = new Static4D(-0.25189602f,0.3546389f,0.009657208f,0.90038127f);
134 130

  

Also available in: Unified diff