WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-09-2014, 04:53 AM
Notch Notch is offline
Member
 
Join Date: Jan 2014
Posts: 15
Collision detection without stopping view

I'd like to detect collisions, but don't want collisions to prevent the view from moving forwards. In other words, I'd like the player to pass through objects, but to be able to register the fact that an object was passed through.

Adding the following line to my code allows me to register collisions, but unfortunately it also means that the player can no longer pass through objects.

Code:
viz.collision(viz.ON)
How do I do this?
Reply With Quote
  #2  
Old 09-09-2014, 09:52 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can use proximity sensors to detect when the viewpoint enters/exits the bounding area of an object.
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
Main view collision problem AtomicRaiden Vizard 4 10-06-2011 11:48 AM
Collision detection Moh200jo Vizard 1 01-27-2010 07:39 AM
Collision detection with specific models just alex Vizard 1 02-06-2009 11:02 AM
Collision detection with haptic pen mjabon Vizard 3 01-17-2008 06:35 PM
Walking avatars --> collision detection? sjroorda Vizard 3 10-13-2005 04:47 AM


All times are GMT -7. The time now is 09:06 PM.


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