Project

General

Profile

« Previous | Next » 

Revision 87a48d8e

Added by Leszek Koltunski over 3 years ago

Improve the Skewb; set max components to 110 in MeshBase so that all of Professor Skewb's components fit.

View differences:

src/main/java/org/distorted/library/mesh/MeshBase.java
49 49
   {
50 50
   private static final int ASSOC_UBO_BINDING  = 3;
51 51
   private static final int CENTER_UBO_BINDING = 4;
52
           static final int MAX_EFFECT_COMPONENTS= 100;
52
           static final int MAX_EFFECT_COMPONENTS= 110;
53 53

  
54 54
   // sizes of attributes of an individual vertex.
55 55
   private static final int POS_DATA_SIZE= 3; // vertex coordinates: x,y,z

Also available in: Unified diff