panorama-viewer/TODO.txt

18 lines
739 B
Plaintext
Raw Normal View History

2022-10-24 05:40:39 +00:00
Make the panning match the cursor
Allow zooming with scroll wheel
2022-10-24 05:47:59 +00:00
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.
Choose a pleasant initial zoom
Add data- attribute for minimum zoom
Add data- attribute for starting angle
2022-10-24 05:40:39 +00:00
Automatically create canvas for each marked <img> once it loads, and display:none the <img>
Add a class to the <canvas> for styling
Copy matrix funcs into code
Add licenses
Add instructions
Fix up code locality
Give the uniforms simpler names
Delete the defunct view matrix
Rename the model matrix as the view matrix, because that's really what it is.
2022-10-24 05:47:59 +00:00
Consider better names for the angle variables