WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-06-2009, 11:02 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you have viewpoint collision on you can disable collision with an object by using

Code:
<node3D>.disable(viz.INTERSECTION)
It looks like you have two keyboard callbacks that are conflicting.
Code:
viz.callback(viz.KEYBOARD_EVENT,mykeyboard)
viz.callback(viz.KEYDOWN_EVENT,onkeydown)
I think the one that's listed first will not be called
Reply With Quote
Reply


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
Hand model collision detection. Lotar Vizard 6 04-23-2009 12:18 PM
Collision Detection and Nearest Point to Probe xabbu Vizard 2 01-06-2009 03:01 AM
Collision detection with haptic pen mjabon Vizard 3 01-17-2008 06:35 PM
problem with collision detection paulpars Vizard 6 06-09-2006 06:03 PM
Walking avatars --> collision detection? sjroorda Vizard 3 10-13-2005 04:47 AM


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


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