Project

General

Profile

« Previous | Next » 

Revision ef0fd531

Added by Leszek Koltunski over 7 years ago

1. Workaround for th issue that my shitty Nexus 4 crashes while compiling the vertext shader (actually the wave function)
2. Improvements to the Dynamics app

View differences:

src/main/java/org/distorted/examples/flag/FlagRenderer.java
78 78
      mWaveDyn.add(mWaveSta2);
79 79
      mWaveDyn.setMode(Dynamic.MODE_JUMP);
80 80

  
81
      mWaveDyn.setNoise( new Static5D(0.1f, 0.1f, 0.1f, 0.1f, 0.1f) );
81
      //mWaveDyn.setNoise( new Static5D(0.1f, 0.1f, 0.1f, 0.1f, 0.1f) );
82 82

  
83 83
      mQuat1 = new Static4D(0,0,0,1);  // unity
84 84
      mQuat2 = new Static4D(0,0,0,1);  // quaternions

Also available in: Unified diff