We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Forbid geometry to block onclick

Home Forums General Questions Forbid geometry to block onclick

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29950
    web
    Customer

    I got several objects flying above other geometry. The I call it “bottom” geometry got click events definded.

    The problem is that the “flying” geometry blocks the click of the geometry underneath. Is it possible to prevent the geometry to block the click event of the geometry underneath it?

    Like “pointer-events: none” in css?

    #30003
    web
    Customer

    Sorry for uping this issue :rose: , but I have to fix this issue.
    When there is no way to ignore the onclick for the overlapping geometry, I need to think about a workaround.

    #30007

    Unfortunally there’s no way to do this.

    Co-founder and lead graphics specialist at Soft8Soft.

    #30010

    When there is no way to ignore the onclick for the overlapping geometry, I need to think about a workaround.

    Hi, you can only do that with javascript for now. Check out this answer: https://www.soft8soft.com/topic/clicking-through-geometry/#post-26333

    Co-founder and lead developer at Soft8Soft.

    #30012
    web
    Customer

    @Ivan
    Awesome! Excactly what I was looking for, works without any issues :good: :yahoo:

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.