Project

General

Profile

« Previous | Next » 

Revision 5b893eee

Added by Leszek Koltunski almost 4 years ago

Object node: size of screenWidth.

View differences:

src/main/java/org/distorted/objects/RubikCube.java
100 100
///////////////////////////////////////////////////////////////////////////////////////////////////
101 101

  
102 102
  RubikCube(int size, Static4D quat, DistortedTexture texture,
103
            MeshRectangles mesh, DistortedEffects effects, int[][] moves, Resources res)
103
            MeshRectangles mesh, DistortedEffects effects, int[][] moves, Resources res, int scrWidth)
104 104
    {
105
    super(size, 60, quat, texture, mesh, effects, moves, RubikObjectList.CUBE, res);
105
    super(size, 60, quat, texture, mesh, effects, moves, RubikObjectList.CUBE, res, scrWidth);
106 106
    }
107 107

  
108 108
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff