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/TwistyBandagedFused.java
31 31

  
32 32
public class TwistyBandagedFused extends TwistyBandagedAbstract
33 33
{
34
  public TwistyBandagedFused(int[] numL, Static4D quat, Static3D move, InputStream stream)
34
  public TwistyBandagedFused(int[] numL, Static4D quat, Static3D move, float scale, InputStream stream)
35 35
    {
36
    super(numL, quat, move, stream);
36
    super(numL, quat, move, scale, stream);
37 37
    }
38 38

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff