Improve depth perception #33
brenocq
started this conversation in
Features and improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@epezent feedback in #24
I agree that overall we lack a bit of depth information from the plots. It sounds great to play with gradient colors to bring back some of the depth information. Additionally, we could try to improve depth perception by adding shadows, or some kind of lighting. Even though we can't do per-pixel shading with the
ImGuiDrawList
, we could potentially do per-vertex shading.More ideas are more than welcome! I'm still not sure what would be the best strategy and the API for it.
Beta Was this translation helpful? Give feedback.
All reactions