Detect Touch On 2d Circle (aabb Vs Raycast?)

Discussion in 'How Can I...?' started by jmp909, Feb 8, 2020.

Tags:
  1. jmp909

    jmp909 Boxer

    Joined:
    Feb 2, 2020
    Messages:
    28
    Likes Received:
    4
    I can add an IsTouched AABB and check an object is touched, but if I switch it to Raycast it doesn’t work

    also the AABB registers the square bounding box. How do I check only for touch on the actual triangle or circle shape?

    thanks
     
  2. OceSetThisCannotBeChanged

    OceSetThisCannotBeChanged Boxer

    Joined:
    Sep 6, 2018
    Messages:
    21
    Likes Received:
    2
    Make sure to double check the collision shape under the object-mindmap in the “Start” node. In BB3d the collision shape is always set to cube by default, no matter the visible 3d shape.
     

Share This Page