Announcement

Collapse
No announcement yet.

CreateCollisionBox and bVisible

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CreateCollisionBox and bVisible

    Hi,

    I'm trying to implement area detection with collision boxes.

    In the function prototype, it's written that the last argument is bVisible. I assume that it's used to set the box to visible but everytime i'm passing a value to this argument, nothing happens.

    Since there is no documentation about it, does anyone figured out how to use this argument?

    See ya!

    #2
    i have this issue as well

    Comment


      #3
      Well this function seems broken anyway, I can't detect a single collision with sphere (it works with boxes).

      Comment


        #4
        Its a boolean value (true or false)

        How are you calling it?

        Comment

        Working...
        X