How to publish my panoramas on cubeWorld.app ?
Quick notes for VR photographers: CubeWorld handles Cubic panorama images - that's to say panoramas made of SIX images that are the faces of a virtual cube surronding the viewer. The six image MUST be jpg files 1024x1024 (or 512x512 or 256x256) each and they must be called this way: yourimagename_f.jpg (front) That file is simply a collection of this xml pieces: Where http://yoursite/yourimagename.images is a way to specify that you put on-line SIX images called http://yoursite/yourimagename_f.jpg http://yoursite/yourimagename_b.jpg and so on... You cant send us the url of your xml file, we maintain a source list on the cubeworld.org server !
yourimagename_b.jpg (back)
yourimagename_l.jpg (left)
yourimagename_r.jpg (right)
yourimagename_u.jpg (up)
yourimagename_d.jpg (down)
The easiest way to share your content for CubeWorld user is to put them on-line and to create an xml file with their info - like the one you can find here: www.marcogiorgini.com/iphone/panos.xml
<key>Name</key>
<string>Your Image Name</string>
<key>Description</key>
<string>Your Image Description</string>
<key>Author</key>
<string>Your Name</string>
<key>Kind</key>
<string>Your Kind</string>
<key>Url</key>
<string>Your Url</string>
<key>location</key>
<string>http://yoursite/yourimagename.images</string>
<key>Version</key>
<string>Your Version Number</string>
</dict>