Author Topic: Collision area  (Read 2446 times)

Offline otoman

  • byte
  • *
  • Posts: 7
    • View Profile
    • Postakuv tyden
Collision area
« on: October 24, 2013, 07:10:10 pm »
Hi, please, is there any chance to show the collision area?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Collision area
« Reply #1 on: October 24, 2013, 08:51:35 pm »
I'm not sure what exactly you mean by this...the bounding volume (sphere/ellipsoid) that is used for collision detection?

Offline otoman

  • byte
  • *
  • Posts: 7
    • View Profile
    • Postakuv tyden
Re: Collision area
« Reply #2 on: October 24, 2013, 09:36:46 pm »
Yes, the bounding volume :)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Collision area
« Reply #3 on: October 25, 2013, 08:29:30 pm »
There's no direct support for it. You could create an ellipsoid of that dimension and manage it yourself to visualize the volume. There is a request from AGP pending to add such a thing as a helper class, but there's no fixed schedule when this will happen.
« Last Edit: October 26, 2013, 08:40:10 am by EgonOlsen »

Offline otoman

  • byte
  • *
  • Posts: 7
    • View Profile
    • Postakuv tyden
Re: Collision area
« Reply #4 on: October 26, 2013, 07:34:16 am »
Ok. Thank you :)