Revision 0e7bcfb1
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/object/Cubit.java | ||
|---|---|---|
| 46 | 46 |
private MeshBase mMesh; |
| 47 | 47 |
private Static3D mRotationAxis; |
| 48 | 48 |
private MatrixEffectRotate mRotateEffect; |
| 49 |
private Static3D mCurrentPosition; |
|
| 49 | 50 |
|
| 50 | 51 |
Dynamic1D mRotationAngle; |
| 51 |
Static3D mCurrentPosition; |
|
| 52 | 52 |
DistortedNode mNode; |
| 53 | 53 |
DistortedEffects mEffect; |
| 54 | 54 |
Static4D mQuatScramble; |
| ... | ... | |
| 295 | 295 |
{
|
| 296 | 296 |
mQuatScramble.set(0,0,0,1); |
| 297 | 297 |
mCurrentPosition.set(mOrigPosition); |
| 298 |
computeRotationRow(); |
|
| 298 | 299 |
} |
| 299 | 300 |
|
| 300 | 301 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
bugfix