WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-02-2010, 12:32 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can link the viewpoint to a mouse/keyboard tracker and apply a link operator to that:
Code:
import viz
viz.go()

gallery = viz.addChild('gallery.ive')

import viztracker
tracker = viztracker.KeyboardMouse6DOF()

link = viz.link(tracker,viz.MainView)
link.postEuler([180,0,0])
Does this do what you want?
Reply With Quote
  #2  
Old 11-07-2010, 11:53 AM
c4am95 c4am95 is offline
Member
 
Join Date: Mar 2010
Posts: 16
this could work. but how do you change the properties of viztracker? for example, if i only want movement in x and z (no flying), how do i reduce the degrees of freedom?
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
why is time faster in my virtual world? billjarrold Vizard 1 11-24-2009 05:33 PM
What are the options for making a movie of a Vizard world? Karla Vizard 1 05-13-2008 10:56 AM
Pre/Post transformations pattie Vizard 5 10-02-2006 04:20 PM
General Questions about Vizard: World Viz dav Vizard 5 08-28-2006 03:44 PM
Avatar bone rotations respect to world MiamiTodd Vizard 3 02-14-2006 10:41 AM


All times are GMT -7. The time now is 04:21 AM.


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