Project

General

Profile

« Previous | Next » 

Revision 31278e52

Added by Leszek Koltunski over 2 years ago

Make the bitmaps ARGB_4444 - i.e. twice smaller than before.

View differences:

src/main/java/org/distorted/objectlib/helpers/ObjectShape.java
106 106

  
107 107
  private static boolean vertInFace(float[] vertex, Static3D faceAxis, float dist)
108 108
    {
109
    final float MAX_ERROR = 0.03f;  // Cube Rex requires this
109
    final float MAX_ERROR = 0.03f;  // Rex Cube requires this
110 110

  
111 111
    float x= faceAxis.get0();
112 112
    float y= faceAxis.get1();

Also available in: Unified diff