Project

General

Profile

« Previous | Next » 

Revision ecf3d6e3

Added by Leszek Koltunski over 2 years ago

1) introduce possibility to move objects, i.e. display them not in the middle of the screen (not fully functional yet)
2) do away with unneeded any more interface 'EffectController' - since ObjectPreRender is the only implementation now.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMinx.java
96 96

  
97 97
///////////////////////////////////////////////////////////////////////////////////////////////////
98 98

  
99
  TwistyMinx(int numLayers, int realSize, Static4D quat, DistortedTexture texture,
99
  TwistyMinx(int numLayers, int realSize, Static4D quat, Static3D move, DistortedTexture texture,
100 100
             MeshSquare mesh, DistortedEffects effects, Resources res, int scrWidth)
101 101
    {
102
    super(numLayers, realSize, quat, texture, mesh, effects, res, scrWidth);
102
    super(numLayers, realSize, quat, move, texture, mesh, effects, res, scrWidth);
103 103
    }
104 104

  
105 105
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff