Does anyone know if it is possible to render and view multi-row object movies with krpano?
Okay, I figured it would be best to generate my first object VR before answering these questions so I can provide practical rather than theoretical answers. 1200 CGI images later, I've posted
the code for a working mult-row objectVR. This is a tweak of Klaus' original
objectskin.xml file which can be replaced in the templates/xml/skin directory of the krpanotools 1.0.8.11 release. Please note that this is based on Klaus' original code. If you place this file in the above specified directory, then whenever you run kmakemultires with the templates/object.config file as the first parameter, then this new xml file will be automatically copied into your directory by kmakemultires.
Thanks Steve,
The logic behind your response makes perfect sense. How would this work practically? Would you drop each set of 36 images (for each row) into the MAKE PANO (MULTIRES) droplet separately? Then, which files would need to be altered so that moving the mouse up or down (when zoomed all the way out) switches which row you're looking at, while maintaining the same column number? Where exactly would your source code go?
You would run kmakemultires on
all of your photos at once to build the tile directory.
Here's a post on how to name your files so kmakemultires will properly order the frames so they will work with the tweaked version of objectskin.xml.
Unfortunately (and this may be a windows-only limitation) if you have a large number of pictures you
cannot use the
MAKE OBJECT (MULTIRES) droplet because of system restrictions. You can however call kmakemultires from the command-line and pass it the template/object.config file and the names of all of the photos.
Pinsane..
i do test object movie with different approach.. the content not a object VR..
i do notice about skip frame issue... and for your info i do change the delayedcall to 20
this is the
LINK
I'm not sure what the correct order for your photos should be, but are they named something like pic1.tif, pic2.tif, pic3.tif,...,pic9.tif,pic10.tif,pic11.tif,etc? If so, then kmakemultires may be mixing up your files, because it uses
alphabetic sorting rather than numeric sorting. So the (incorrect) order of your frames may be pic1.tif, pic10.tif,pic11.tif,..,pic2.tif,pic20.tif,pic21.tif,... etc. You can fix this by padding the numbers in your filenames with leading zeros: pic0001.tif, pic0002.tif, pic0003.tif etc.
hope this helps
steve