Project

General

Profile

« Previous | Next » 

Revision f8c52090

Added by Leszek Koltunski 12 months ago

generalize FactoryBandagedCuboid: start removing 'cuboidal' assumptions from it.

View differences:

src/main/java/org/distorted/bandaged/BandagedObject.java
55 55
   abstract boolean tryChangeObject(int x, int y, int z);
56 56
   abstract boolean isInsideFace(int face, float[] p);
57 57
   abstract TwistyObject createObject(int mode, float scale );
58
   abstract MeshBase createMesh(int variant, float[] pos, boolean round);
58
   abstract MeshBase createMesh(float[] pos, boolean round);
59 59

  
60 60
///////////////////////////////////////////////////////////////////////////////////////////////////
61 61

  

Also available in: Unified diff