Depth working again

This commit is contained in:
Sebastian Piwell
2016-03-31 09:39:05 -04:00
parent 687b8551d2
commit a2fb30b432
3 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ ScreenSpaceRenderable::ScreenSpaceRenderable()
, _useFlatScreen("flatScreen", "Flat Screen", false)
, _euclideanPosition("euclideanPosition", "Euclidean coordinates", glm::vec2(0),glm::vec2(-4),glm::vec2(4))
, _sphericalPosition("sphericalPosition", "Spherical coordinates", glm::vec2(0),glm::vec2(-M_PI),glm::vec2(M_PI))
, _depth("depth", "Depth", 0, 0, 0)
, _depth("depth", "Depth", 0, 0, 1)
, _scale("scale", "Scale" , 0.5, 0, 2)
, _alpha("alpha", "Alpha" , 1, 0, 1)
, _quad(0)