topical media & game development

talk show tell print

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



  // If POI “dimension” =2 or 3, use function Getobject() to return an object
  // associated with the current POI.
  if (poi[“dimension”] == ‘2’ || poi[“dimension”] == ‘3’)
  poi[“object”] = Getobject ( poi, db);
  // If POI “dimension” =2 or 3, use function Gettransform() to return a
  // transform dictionary associated with the current POI.
  if (poi[“dimension”] == ‘2’ || poi[“dimension”] == ‘3’)
  poi[“transform”] = Gettransform ( poi, db);


(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.