topical media & game development

talk show tell print

#mobile-ar-10-15.txt / txt



  <?php
  echo “<?xml version=\”1.0\” encoding=\”UTF-8\”?>
  <results>
                  <!-- A unique number for our POI, and settings for user interaction-->
                  <poi id=\”1\” interactionfeedback=\”none\”>
                          <name><![CDATA[T-Rex Demo]]></name>
                          <description><![CDATA[A 3D T-Rex]]></description>
                          <!-- The lat/lon of the POI-->
                          <!-- Use a location near you for testing -->
                          <l>51.5848,0.0886,0</l>
                          <thumbnail>http://www.yourserver.com/logo.jpg>
                          <icon>http://www.yourserver.com/mappin.jpg>
                          <!-- Changing the mime type to obj -->
                          <mime-type>model/obj</mime-type>
                          <!-- Forcing the 3D image to be shown rather than the standard POI bubble-->
                          <force3d>true</force3d>
                          <!-- Setting a scale -->
                          <s>700</s>
                          <!-- Set the orintiation of the 3D object-->
                          <o>0,-1.57,0</o>
                          <!-- Loading a 3D resource -->
                          <!-- Notice that OBJs are contained in a zip file!-->
                          <mainresource>http://www.junaio.com/publisherDownload/junaio_model_obj.zip>
                          <resources>
                          </resources>
                  </poi>
  </results>”;
  ?>


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.