Skip to content

Commit

Permalink
Documentation|Client: Todo note about revising sky-sphere drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Sep 7, 2014
1 parent 9b28d73 commit 7da137f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doomsday/client/src/render/skydrawable.cpp
Expand Up @@ -322,6 +322,11 @@ struct Hemisphere
}
}

/**
* @todo It should not be necessary to rebuild the hemisphere model when these
* properties change. Instead drawing could be revised to use a "unit sized"
* model that is simply scaled and/or offset. -ds
*/
void rebuildIfNeeded(float newHeight, float newHorizonOffset)
{
// Rebuild our model if any parameters have changed.
Expand Down

0 comments on commit 7da137f

Please sign in to comment.