Project

General

Profile

« Previous | Next » 

Revision 26175a13

Added by Leszek Koltunski 9 months ago

Progress with Creator of Bandaged Skewbs.

View differences:

src/main/java/org/distorted/objectlib/bandaged/FactoryBandaged.java
605 605

  
606 606
    for(int i=0; i<num; i++)
607 607
      {
608
      if( indices[i]>=vertices.length )
609
        {
610
        android.util.Log.e("D", "ind: "+indices[i]+" num vert: "+vertices.length);
611
        }
612

  
613 608
      float[] v = vertices[indices[i]];
614 609
      QuatHelper.rotateVectorByQuat(mTmp,v[0],v[1],v[2],1,quat);
615 610

  

Also available in: Unified diff