getCurrentLevel method

int getCurrentLevel()

Get the currently active LOD level. As index of the levels array.

Implementation

int getCurrentLevel(){
		return currentLevel;
	}