Project

General

Profile

« Previous | Next » 

Revision 0c107521

Added by Leszek Koltunski about 2 years ago

Create the bandaged 3x3 icon: should work already, but it doesn't. Debug.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedGeneric.java
40 40

  
41 41
///////////////////////////////////////////////////////////////////////////////////////////////////
42 42

  
43
  public TwistyBandagedGeneric()
43
  public TwistyBandagedGeneric(Static4D quat, float scale, int iconMode)
44 44
    {
45
    super( new int[] {3,3,3}, MESH_NICE, MODE_NORM, new Static4D(0,0,0,1), new Static3D(0,0,0), 1.0f, null);
45
    super( new int[] {3,3,3}, MESH_NICE, iconMode, quat, new Static3D(0,0,0), scale, null);
46 46
    }
47 47

  
48 48
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff