Project

General

Profile

« Previous | Next » 

Revision a2398d6b

Added by Leszek Koltunski over 3 years ago

Progress with the Kilominx - shape of the mesh.

View differences:

src/main/java/org/distorted/objects/TwistyMinx.java
186 186

  
187 187
  float getScreenRatio()
188 188
    {
189
    return 1.0f;
189
    return 0.9f;
190 190
    }
191 191

  
192 192
///////////////////////////////////////////////////////////////////////////////////////////////////
......
316 316

  
317 317
  void createFaceTexture(Canvas canvas, Paint paint, int face, int left, int top)
318 318
    {
319
    float S = 0.08f;
320
    float R = 0.12f;
319
    float S = 0.07f;
320
    float R = 0.09f;
321 321

  
322 322
    float X1= (SQ5+1)/8;
323 323
    float Y1= (float)(Math.sqrt(2+0.4f*SQ5)/4);

Also available in: Unified diff