HomeSort by relevance Sort by last modified time
    Searched full:secondcounter (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsAppState.java 58 protected float secondCounter = 0.0f;
91 return secondCounter;
188 secondCounter += app.getTimer().getTimePerFrame();
190 if (secondCounter >= 1.0f) {
191 int fps = (int) (frameCounter / secondCounter);
193 secondCounter = 0.0f;
  /external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleTexturedTest.java 142 // secondCounter has been removed from SimpleApplication
143 //if (secondCounter == 0)

Completed in 533 milliseconds