2023-02-01 11:10:08 +00:00
|
|
|
# panellum_generator
|
|
|
|
|
|
|
|
Configuration generator for Panellum Panorama Viewer.
|
2023-02-01 11:13:40 +00:00
|
|
|
https://pannellum.org/
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
python panoconfig.py input.txt -o index.htm
|
|
|
|
|
2023-02-01 11:16:08 +00:00
|
|
|
put index.htm in panellum folder together with images inside images/ folder.
|
|
|
|
|
|
|
|
## input config file format
|
|
|
|
x,y,z,id,filename,angleoffset
|
|
|
|
|
|
|
|
xyz have to be a consistent unit
|
|
|
|
angleoffset is positive if center of image is rotated ccw
|
|
|
|
|