Project

General

Profile

« Previous | Next » 

Revision e7daa161

Added by Leszek Koltunski over 2 years ago

- remove the retarded NODE_RATIO from TwistyObject
- more correctly estimate Cuboid's 'realSize' as an average of their 3 sizes.

View differences:

src/main/java/org/distorted/objectlib/main/Twisty8.java
41 41

  
42 42
///////////////////////////////////////////////////////////////////////////////////////////////////
43 43

  
44
  public Twisty8(int[] numLayers, int realSize, Static4D quat, Static3D move, DistortedTexture texture,
45
                 MeshSquare mesh, DistortedEffects effects, Resources res, int scrWidth)
44
  public Twisty8(int[] numLayers, float realSize, Static4D quat, Static3D move, DistortedTexture texture,
45
                 MeshSquare mesh, DistortedEffects effects, Resources res, int surfaceW, int surfaceH)
46 46
    {
47
    super(numLayers, realSize, quat, move, texture, mesh, effects, res, scrWidth);
47
    super(numLayers, realSize, quat, move, texture, mesh, effects, res, surfaceW, surfaceH);
48 48
    }
49 49

  
50 50
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff