Project

General

Profile

« Previous | Next » 

Revision c3a033e9

Added by Leszek Koltunski over 2 years ago

Introduce 'Simple' and 'Nice' meshes.

View differences:

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

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

  
44
  public ShapeHexahedron(int[] numLayers, float realSize, Static4D quat, Static3D move, float scale, InputStream stream)
44
  public ShapeHexahedron(int[] numLayers, int meshState, float realSize, Static4D quat, Static3D move, float scale, InputStream stream)
45 45
    {
46
    super(numLayers, realSize, quat, move, scale, stream);
46
    super(numLayers, meshState, realSize, quat, move, scale, stream);
47 47
    }
48 48

  
49 49
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff