WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-30-2006, 02:43 AM
giancamati giancamati is offline
Member
 
Join Date: Jun 2006
Posts: 27
flockOfBirds events

Hello everybody,

I found that Vizard is so simple in working with FlockOfBirds trackers. Now I woudl ask you for how can I event mapping generated by the FOB? I followed the example in the manual that manages the FOB to move the head position. I would use it to change a 3D cursor represented by a sphere. Where can I find an example? What is the event releted to the FOB?
I found that I can map viz.TRACKER but I think this is not the right event. Isn't it?

Thank you so much.
Giancarlo
Reply With Quote
  #2  
Old 06-30-2006, 08:56 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
If you want a model, like a sphere, to take on the postion and orientation of a bird, use the <VizNode>.link( sensor ) command.
Code:
sensor = viz.add('flockofbirds.dls');
cursor = viz.add( 'ball.wrl' )
cursor.link( sensor )
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #3  
Old 07-01-2006, 12:18 PM
giancamati giancamati is offline
Member
 
Join Date: Jun 2006
Posts: 27
Talking

Thank you very much your help will be very usefull but I was asking for is if there is any kind of....

viz.callback(????Events FOB???, functionHandler)

related to this device.

Thank you so much

Giancarlo
Reply With Quote
  #4  
Old 07-03-2006, 10:35 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
There is no event functionality for this sensor. As an alternative, set up a timer that monitors the sensor data and calls a function when the data changes to an event worthy state.
__________________
Paul Elliott
WorldViz LLC
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


All times are GMT -7. The time now is 04:44 PM.


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