getCurrentLevel method
Get the currently active LOD level. As index of the levels array.
Implementation
int getCurrentLevel(){
return currentLevel;
}
Get the currently active LOD level. As index of the levels array.
int getCurrentLevel(){
return currentLevel;
}