Project

General

Profile

« Previous | Next » 

Revision e50f49b6

Added by Leszek Koltunski about 4 years ago

All apps converted to the new V&F center schema!

View differences:

src/main/java/org/distorted/examples/flag/FlagRenderer.java
92 92
      mQuat1 = new Static4D(           0,         0,           0,          1);  // unity quaternion
93 93
      mQuat2 = new Static4D(-0.25189602f,0.3546389f,0.009657208f,0.90038127f);  // something semi-random that looks good
94 94

  
95
      Static3D waveCenter = new Static3D(mObjWidth, mObjHeight/2, mObjDepth/2);  // middle of the right edge
95
      Static3D waveCenter = new Static3D(mObjWidth/2, 0, 0);  // middle of the right edge
96 96
      Static4D waveRegion = new Static4D(0,0,0,mObjWidth);
97 97

  
98 98
      DistortedEffects effects = new DistortedEffects();

Also available in: Unified diff