Project

General

Profile

« Previous | Next » 

Revision 380162cb

Added by Leszek Koltunski over 3 years ago

Progress with RubikDino.

View differences:

src/main/java/org/distorted/objects/RubikDinoMovement.java
32 32

  
33 33
  boolean isInsideFace(float[] p)
34 34
    {
35
    return ( p[0]<=0.5f && p[0]>=-0.5f && p[1]<=0.5f && p[1]>=-0.5f );
35
    return false;//( p[0]<=0.5f && p[0]>=-0.5f && p[1]<=0.5f && p[1]>=-0.5f );
36 36
    }
37 37
}

Also available in: Unified diff