View Single Post
  #1  
Old 02-17-2014, 03:15 PM
TopazFrost TopazFrost is offline
Member
 
Join Date: Oct 2009
Posts: 23
How do I get the Cave viewpoint location?

Hello,

I have another question about CAVE collision. I am using cView = vizcave.CaveView(...) for the view point.

I have one last collision problem. When going backward down a hill/stairs, the view point likes to get trapped underneath the hill/stairs. I think I can correct for it if I can get cView's Y value, but cView.getPosition() returns the joystick position or [0,0,0]. What is the call/mask needed to get the cView position?

I can't set the viz.eyeheight() any higher since I am already having trouble with colliding with the tops of doorways (which are at 2m).
Reply With Quote