UNPKG
xl-pano
Version:
latest (0.5.5)
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.4.1
0.3.1
0.3.0
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
一个基于 Typescript 的,同时支持立方体和球体场景的轻量开源库。
github.com/breeze-blowing/xlpano
breeze-blowing/xlpano
xl-pano
/
config
/
index.d.ts
5 lines
(4 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
DefaultYRange
:
number
[];
export
declare
const
DefaultFovy
=
60
;
export
declare
const
DefaultAnimDuration
=
500
;
export
declare
const
DefaultMovingRate
=
1.5
;