Thread: DirectX 9 D3DXIntersect with first person camera

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    319

    DirectX 9 D3DXIntersect with first person camera

    I have a first person camera setup and working fine, i am shooting a ray from the camera pos and the direction the camera is facing, when the app first starts the intersect works fine , but when i move around the object to the otherside the is no intersect anymore, why can i only intersect the pologons head on and not all around?
    heres a pic to show what i mean , the space the ray is in is object space inverse of (world*view)

    Imageshack - fpsintersect.jpg

    thanks if you can help

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Are the bounding volumes of the objects you are testing also in local space? If not then your calculations will not work. You can test the collisions in any space you want as long as both objects being tested are in the same space.

    I suspect your calculations work when the object is at the origin and fail in all other positions.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 07-10-2012, 07:54 AM
  2. is it possible to draw the ray D3DXIntersect creates?
    By Anddos in forum Game Programming
    Replies: 6
    Last Post: 02-10-2008, 05:07 AM
  3. directx problem with camera , nothing happens
    By Anddos in forum Game Programming
    Replies: 1
    Last Post: 04-10-2006, 03:14 AM
  4. Digital Camera -> Slo-Mo Camera??
    By Masa in forum Tech Board
    Replies: 6
    Last Post: 12-24-2003, 11:11 AM
  5. DirectX (Camera Distance)
    By Epo in forum C++ Programming
    Replies: 3
    Last Post: 12-22-2003, 07:04 PM