Project

General

Profile

« Previous | Next » 

Revision 64c209f5

Added by Leszek Koltunski over 2 years ago

Fix problems with TwistyObjectNode 'object scale' property.
Now this property is not part of the Node at all, but its initial value passed to the object in its constructor.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyJing.java
62 62

  
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////
64 64

  
65
  public TwistyJing(int[] numL, Static4D quat, Static3D move, InputStream stream)
65
  public TwistyJing(int[] numL, Static4D quat, Static3D move, float scale, InputStream stream)
66 66
    {
67
    super(numL, numL[0], quat, move, stream);
67
    super(numL, numL[0], quat, move, scale, stream);
68 68
    }
69 69

  
70 70
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff