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/ShapeTetrahedron.java
40 40

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

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

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

Also available in: Unified diff