DevalVR support

 

It is currently Sat May 25, 2013 2:11 pm

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: How I can show QTVR Objects on a panorama?
PostPosted: Sat May 23, 2009 9:53 am 
Offline

Joined: Fri Apr 17, 2009 6:04 am
Posts: 54
Location: Novosibirsk, Russia
Anybody know, How I can show QTVR Objects on a panorama?
See http://cifro-city.ru/qtvrobjects/QTVR%2 ... norama.zip

I am make big virtual tours for some museums in Novosibirsk. And I need in this features. :oops: :) Fiero, please, help me. :)


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 23, 2009 4:33 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
Do you mean to see a QTVR Object over a panorama?
I want to add a feature to see any scene like an image into another scene, but this feature is complicated and not in the near future.

The only way to do this at this moment with DevalVr is to insert a Flash movie with the Object. For example http://gardengnomesoftware.com/object2v ... ardengnome

For example:

Code:
(pano0)
{
   type=mov;
   file=restaurant.mov;

   image=im1,1,0,0,#00,100,no,image1;
}

(image1)
{
   type=image;
   file=gardengnome.swf;
   size=252,400;
   refreshrate=8;
}



regards!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Sat May 23, 2009 5:04 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
Ok, I saw your script. Try to use URL without spaces in the forum ;)

You must use the object mov in Flash format.

Write the image at the end of the object, after all buttons, this way, the image will show OVER all the other hotspots of the panorama.

I added a new flag in the latest version 0,7,6,8 to block all mouse events when the mouse is over an image, this way you can avoid to move the panorama when the user click in the image. The name of this flag is "block", write this flag in the effects parameter of the image. In your example:

Code:
(pano)
{
   TYPE=MOV;
   FILE=dining_room.mov;
   
   BUTTON3D=group1,detail1,1, 67,32,200, 0,0,0,0,#11,info,info,info,70,10,70,no,no,no,2,nokey,release," Click for show 3D 1","Fade("_this_","",100,0.5,"infowindow");";


   IMAGE= infowindow,image1,0,0,0,#99,100,block,foto;
   BUTTON=infowindow,close1,0,120,-230,0,0,#99,closebutton,closebutton,closebutton,100,80,50,trans,trans,trans,2,nokey,release,"Close","Fade("_this_","",0,0.5,"infowindow");";
}

(info)
{
   type=IMAGE;
   file=infobutton.png;
}

(closebutton)
{
   TYPE=IMAGE;
   FILE=close.bmp;
}

(foto)
{
   TYPE=IMAGE;
   FILE=222.swf;
}


regards!


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Sun May 24, 2009 7:03 pm 
Offline

Joined: Fri Apr 17, 2009 6:04 am
Posts: 54
Location: Novosibirsk, Russia
fiero wrote:
I added a new flag in the latest version 0,7,6,8 to block all mouse events when the mouse is over an image, this way you can avoid to move the panorama when the user click in the image. The name of this flag is "block", write this flag in the effects parameter of the image.


Cool!!

fiero wrote:
You must use the object mov in Flash format.

Fiero, can you add the show QTVR-objects on a panorama when you have a time… Because I don’t have the opportunity to make the objects with vision on 360x180 degrees. I can make objects in Flash only on 360 degree and which make in one align.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group