Skip to content

Releases: district10/panorama-viewer

Before refactoring

21 Mar 11:01
Compare
Choose a tag to compare
v0.6

svg -> jpg

WebGLRenderer fallback to CanvasRenderer if necessary

21 Mar 10:32
Compare
Choose a tag to compare
  • more js files (a lot more)
  • make viewer still simple

切换 naive 版

13 Mar 14:35
Compare
Choose a tag to compare
v0.4

simple tween works

顺便发一个 PanoMatch 工具

09 Mar 13:03
Compare
Choose a tag to compare

两张全景图的匹配。

效果见 图片-dvorak4tzx

PanoMatch.exe 可以提取特征点,并匹配,然后生成匹配示意图,并输出文本
格式大概是:

a: texture1.jpg, b: texture2.jpg
0.0394211, 0.204536 <-> 0.989815, 0.788835
0.437236, 0.248974 <-> 0.463164, 0.303137

后面每一行是一组匹配点,坐标归一化处理了。向右 x,向下 y。

More customizations

07 Mar 14:26
Compare
Choose a tag to compare
v0.2

folders

panorama-viewer pre-release

07 Mar 05:08
Compare
Choose a tag to compare
Pre-release

功能点:

  • 全景图查看:1)PC 上用鼠标交互;2)移动端用陀螺仪
  • 全景图加载:1)点击按钮选择图片加载;2)拖动到页面加载
  • Debug:方便移动端上没有 console 的时候调试