Revision 97c28b4e
Added by Leszek Koltunski about 9 years ago
| 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(0.0f); |
|
| 81 |
mWaveDyn.setNoise(0.000000f);
|
|
| 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
Completely redesign Noise in the Dynamics and move all the complexity to the parent class.
something does not work with it now :)