Project

General

Profile

« Previous | Next » 

Revision e32d318a

Added by Leszek Koltunski over 2 years ago

new API to make is possible to adjust default scale factor in each TwistyObjectNode.
(and use it in Tutorials, where the object needs to be smaller)

View differences:

src/main/java/org/distorted/objectlib/main/Twisty4.java
66 66

  
67 67
  public int getFOV()
68 68
    {
69
    return 30;
69
    return 60;
70 70
    }
71 71

  
72 72
///////////////////////////////////////////////////////////////////////////////////////////////////
73 73

  
74 74
  protected float getScreenRatio()
75 75
    {
76
    return 0.88f;
76
    return 0.89f;
77 77
    }
78 78
}

Also available in: Unified diff