|
Made my first panopuzzle https://virtualvisitr.com/panoramas/PanoPuzzle/PanoPuzzleGridDemo.html I modified the PanoPuzzle_config_grid.js to only have the one type of grid (gr_90) but when you launch the puzzle it seems to default to 44 piece grid. Have I missed something somewhere. Thomas |
Answered by
kronpano
Feb 11, 2021
Replies: 1 comment 1 reply
|
gr_90 is the unique identifier to share a link - NOT the grid pattern The first number the html text is the grid pattern - a number between 1 and 13 See the PanoPuzzle_config_grid.js line 132 So it should be Hope it helps. By the way - careful subdividing a clear featureless sky too much - it will be difficult so "solve" |
1 reply
Answer selected by
kronpano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gr_90 is the unique identifier to share a link - NOT the grid pattern
The first number the html text is the grid pattern - a number between 1 and 13
See the PanoPuzzle_config_grid.js line 132
So it should be
Hope it helps.
By the way - careful subdividing a clear featureless sky too much - it will be difficult so "solve"