3D Virtual Reality
 
Project:
Client:
Date:
<Project Reference>
<Client>
<Date>

InTeS bvba creëert voor u 3D Virtual Reality beelden van uw zaak, uw projecten, uw realisaties. Integreer een interactief bezoek aan uw zaak in uw website, toon uw gerealiseerde projecten in 3D, en laat uw bezoekers genieten van deze nieuwe ervaring. Wij staan ook graag in voor de volledige realisatie van uw website.

InTeS bvba levert u de beelden samen met de tools en de nodige documentatie voor de integratie in uw website in volgende formaten:

Hieronder vindt u alle informatie betreffende uw project. Alle technische documentatie wordt in het Engels aangeleverd.

CopyRight

InTeS bvba réalise pour vous des images en 3D Virtual Reality de votre société, vos projets, vos réalisations. Crééz sur votre site web une visite interactive à votre société, exposez vos projets et réalisations en 3D, et laissez vos visiteurs vivre cette nouvelle expérience. On est aussi disponible pour la création de votre site web.

InTeS bvba vous fournit les images ensemble avec les outils et la documentation pour l'intégration dans votre site web dans les formats suivants:

  • Le format JPG avec le visualiseur JAVA ImmerVision
  • Le format QuickTime .mov pour le visualiseur QuickTime
  • Le plugin Flash CuTy pour le visualiseur Flash

Ci-dessous, vous trouverez tout l'information concernant votre projet. Toute documentation technique est fourni en Anglais.

CopyRight

InTeS bvba creates 3D Virtual Reality images of your business, your projecs, your creations. Integrate an interactive visit to your company into your website, show your projects in 3D, and let your visitors enjoy this new experience. You can also contact us for the creation of a new website.

InTeS bvba delivers the images with the tools and documentation for the integration into your website in the following formats:

Below, you can find all information for your project. All technical documentation is supplied in English.

CopyRight

 


Wij appreciëren een link naar http://pano.intes.be op uw site.
Nous apprécions un lien vers http://pano.intes.be sur votre site.
We appreciate a link to http://pano.intes.be from your website.
 
JPG format - Java Viewer

Documentation

To integrate the free JAVA viewer from ImmerVision shown above, you need the following items on your website / web pages:

  • The PurePlayer.jar JAVA library (preferrably at the website level)
  • The panorama.jpg 3DVR image (you may rename this file or locate it in a folder structure)
  • The panorama.xml definition file (you may rename this file or locate it in a folder structure)
  • The html code below (adapted to any folder structure as required) on your website

<applet alt="Java moet op uw computer geïnstalleerd zijn."
      archive="PurePlayer.jar"
      code="PurePlayer"
      width="500" height="300">
   <param name="panorama" value="panorama.xml">
   <param name="protectfullscreen" value="true">
   <param name="quality" value="200">
</applet>

Should you rename the panorama image file, or locate it in a subfolder structure, you will have to edit the xml definition file to change the image file element.

<?xml version="1.0" encoding="UTF-8"?>
<panorama xmlns="http://www.immervision.com/panorama">
   <camera>
      <limits maxFov="90.0" minFov="40.0" minTilt="-180" maxTilt="180" />
      <autopath>
         <move pan="-5"/>
      </autopath>
   </camera>
   <panoSphere>
      <image file="panorama.jpg"/>
   </panoSphere>
</panorama>

 

QuickTime .mov QTVR format

Documentation

To integrate the QuickTime Virtual Reality (QVTR) version of the panorama in your website, you need the following items on your web site / web page:

  • The panorama.mov 3DVR image (you may rename this file or locate it in a folder structure)
  • The QuickTime player has to be embedded in your web pages using the html code below

<embed src="panorama.mov" width="500" height="300"></embed>

If you rename the panorama.mov file or locate it in a folder structure, the src element in the code above will need adapting.

 

CuTy Flash Plugin using QuickTime .mov format

Documentation

To integrate the QuickTime Virtual Reality (QVTR) version of the panorama into the CuTy Flash plaher on your website, you need the following items on your web site / web page:

  • The CuTy.swf Flash viewer (preferrably at the website level)
  • The panorama.mov 3DVR image (you may rename this file or locate it in a folder structure)
  • The CuTy Flash player has to be embedded in your web pages using the html code below

<object width="500" height="300">
   <param name="movie" value="CuTy.swf" />
   <param name="FlashVars" value="mov=panorama.mov" />
   <param name="allowFullScreen" value="true" />
   <param name="allowscriptaccess" value="always" />
   <embed src="CuTy.swf"
      type="application/x-shockwave-flash"
      allowscriptaccess="always"
      allowfullscreen="true"
      FlashVars="mov=panorama.mov"
      width="500" height="300" />
</object>

If you rename the panorama.mov file or locate it in a folder structure, the two FlashVars elements in the code above will need adapting.