@unknownuser said:
no. the JS is hard to modify. I would go with this one
TBD, looks good, too - let's go with it.
Here are the specifications that the image exporter will need:
@unknownuser said:
The image file names/paths must be carefully prepared to work with the rotation. The names must match the pattern:
imgPrefix_α_βimgExt
Where α is the rotation step, and β is the tilt angle. You will need combinations of every rotation step and tilt angle that you are using. If you want to use panning, you must make sure that you number the images in the correct direction. Tilt angles assume that 1 is the view from the top (or the highest viewing perspective), and rotation steps assume that progressing from 1 to 2 is motion in a clockwise direction, etc. It is assumed that the rotation steps make a complete circle around the subject.
@unknownuser said:
You will need numRot x numtilt images in total. My demonstration here use 6 x 3 = 18 images - around 117 KB. For 30 rotation steps, and 15 tilt angles (for a very fluid effect), you would need 450 images (so let's hope you have a good relationship with your camera)
450 images? Ouch, but I would also estimate that is correct.