From 7fa031da0025782aa834a6d8f3470cfa6d761e4c Mon Sep 17 00:00:00 2001 From: lisyarus Date: Sun, 8 Nov 2020 16:25:33 +0300 Subject: [PATCH] SRTM example: more todos --- examples/srtm.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/srtm.cpp b/examples/srtm.cpp index 250e925a..9773f6c6 100644 --- a/examples/srtm.cpp +++ b/examples/srtm.cpp @@ -41,6 +41,9 @@ // TODO: fix seams at tile borders // TODO: fix normals at closest view // TODO: try a different coordinate system for closer tiles +// TODO: use closer near plane, maybe try reversed-Z +// TODO: add space, stars, the sun +// TODO: add atmospheric glow using namespace psemek;