WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-07-2009, 08:09 PM
jaylocco jaylocco is offline
Member
 
Join Date: Jun 2009
Posts: 19
Unhappy Freeform view on an animated object problem

Hi,

I've seen a post on how to do a free form view using mouse. how do I attach this free form view on an animated object. Let say a car moving on a specific path, as it moves along, we could view freely using the mouse as if we are looking around while taking the ride in this car.

I have tried to link the car and the mainView. But the view got fix to where the car is facing.

Could some expert out there give some guides? Thanks in advance.
Reply With Quote
  #2  
Old 06-08-2009, 02:23 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can set the mask of the link so it only affects the position and still look around with the mouse.
Code:
link = viz.link(car, viz.MainView)
link.setMask(viz.LINK_POS)
Reply With Quote
  #3  
Old 06-08-2009, 08:09 PM
jaylocco jaylocco is offline
Member
 
Join Date: Jun 2009
Posts: 19
Jeff,

thanks for the tips.It totally works.. I'll study more on what link could do..
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
retrieve Object names Geoffrey Vizard 11 12-11-2009 04:26 AM
view problem nlfrnassimi Vizard 3 03-11-2009 08:33 PM
problem with stereo mode shivanangel Vizard 3 10-17-2006 09:58 AM
Moving view with object Xliben Vizard 2 07-25-2005 05:36 PM
keeping a 3d object in front of the view tavaksai Vizard 1 07-07-2004 09:33 AM


All times are GMT -7. The time now is 02:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC