Project

General

Profile

« Previous | Next » 

Revision 36b9ee93

Added by Leszek Koltunski about 3 years ago

Attempt to programmatically catch the 'cube is sometimes not drawn' bug and report it to my server.

View differences:

src/main/java/org/distorted/tutorial/TutorialSurfaceView.java
70 70
    private int mFirstIndex, mLastIndex;
71 71
    private int mDensity;
72 72

  
73
    private static Static4D mQuat= new Static4D(-0.25189602f,0.3546389f,0.009657208f,0.90038127f);
74
    private static Static4D mTemp= new Static4D(0,0,0,1);
73
    private static final Static4D mQuat= new Static4D(-0.25189602f,0.3546389f,0.009657208f,0.90038127f);
74
    private static final Static4D mTemp= new Static4D(0,0,0,1);
75 75

  
76 76
///////////////////////////////////////////////////////////////////////////////////////////////////
77 77

  

Also available in: Unified diff