Project

General

Profile

« Previous | Next » 

Revision 769409d2

Added by Leszek Koltunski about 4 years ago

The Pyraminx itself finished - now its movements!

View differences:

src/main/java/org/distorted/object/RubikObject.java
97 97
    mQuatAccumulated = quatAcc;
98 98

  
99 99
    Static3D center = new Static3D(0,0,0);
100
    Static4D region = new Static4D(0,0,0,0.72f);
100
    Static4D region = new Static4D(0,0,0,0.65f); // 0.72 for a Cube  // TODO
101 101

  
102 102
    mSinkEffect = new VertexEffectSink( new Static1D(getSinkStrength()), center, region );
103 103
    mScaleEffect = new MatrixEffectScale(mScale);

Also available in: Unified diff