From 01d421d47b750a3b0f2954004f11d2f367fa514e Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Mon, 22 Jul 2024 18:50:22 -0600 Subject: [PATCH] Resize the viewer and choose a new mapping --- TODO.txt | 4 +++- index.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 71aa7ed..a80e54d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,4 +1,6 @@ -Try replacing UV mapping with shader sampling based on view direction +Make parallels denser at the poles where it makes a bigger difference + The south pole looks really good with very dense vertices. + The parallels should be the circles where the sphere would intersect with a series of concentric, evenly spaced cylinders. Make the panning match the cursor Enforce a minimum zoom that will keep the edges of the sphere from showing This probably just needs simple math with the aspect and/or the viewport's diagonal length. diff --git a/index.html b/index.html index 79f414e..5f42803 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

Panorama Viewer

- + \ No newline at end of file