mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 23:04:05 +02:00
Fixed warning in starfield code
This commit is contained in:
parent
0e4da5198d
commit
2a3d06f6de
1 changed files with 0 additions and 4 deletions
|
@ -161,10 +161,6 @@ namespace starfield {
|
|||
#if STARFIELD_HEMISPHERE_ONLY
|
||||
altitude = std::max(0.0f, altitude);
|
||||
#endif
|
||||
unsigned tileIndex =
|
||||
_objTiling.getTileIndex(azimuth, altitude);
|
||||
|
||||
// printLog("Stars.cpp: starting on tile #%d\n", tileIndex);
|
||||
|
||||
#if STARFIELD_DEBUG_CULLING
|
||||
mat4 matrix_debug = glm::translate(glm::frustum(-hw, hw, -hh, hh, nearClip, 10.0f),
|
||||
|
|
Loading…
Reference in a new issue