Enable the sorting of performance measurement values

This commit is contained in:
Alexander Bock
2016-06-05 23:27:24 +02:00
parent 6a4362d6ed
commit 6a2624dbb2
4 changed files with 120 additions and 31 deletions

View File

@@ -315,7 +315,7 @@ void RenderablePlanetProjection::render(const RenderData& data) {
_programObject->setUniform("_heightExaggeration", _heightExaggeration);
_programObject->setUniform("_projectionFading", _projectionFading);
_programObject->setUniform("debug_projectionTextureRotation", glm::radians(_debugProjectionTextureRotation.value()));
//_programObject->setUniform("debug_projectionTextureRotation", glm::radians(_debugProjectionTextureRotation.value()));
setPscUniforms(*_programObject.get(), data.camera, data.position);