Project

General

Profile

« Previous | Next » 

Revision 0310ac32

Added by Leszek Koltunski over 2 years ago

Bugfixes

View differences:

src/main/java/org/distorted/objectlib/main/Twisty12.java
60 60

  
61 61
///////////////////////////////////////////////////////////////////////////////////////////////////
62 62

  
63
  int getColor(int face)
63
  protected int getColor(int face)
64 64
    {
65 65
    return FACE_COLORS[face];
66 66
    }
67 67

  
68 68
///////////////////////////////////////////////////////////////////////////////////////////////////
69 69

  
70
  int getNumFaceColors()
70
  protected int getNumFaceColors()
71 71
    {
72 72
    return 12;
73 73
    }
74 74

  
75 75
///////////////////////////////////////////////////////////////////////////////////////////////////
76 76

  
77
  int getFOV()
77
  protected int getFOV()
78 78
    {
79 79
    return 30;
80 80
    }
81 81

  
82 82
///////////////////////////////////////////////////////////////////////////////////////////////////
83 83

  
84
  float getScreenRatio()
84
  protected float getScreenRatio()
85 85
    {
86 86
    return 0.35f;
87 87
    }
88 88

  
89 89
///////////////////////////////////////////////////////////////////////////////////////////////////
90 90

  
91
  float returnMultiplier()
91
  protected float returnMultiplier()
92 92
    {
93 93
    return 1.0f;
94 94
    }

Also available in: Unified diff