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.

Change cursor in hover

Home Forums Graphics / Blender Change cursor in hover

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #36501

    How can I change the cursor depending on the hover over the object?
    Thanks!

    #36507

    Hi,

    you can set the cursor CSS property to pointer using the set style puzzle. See the last example on this picture:

    Chief 3D Verger | LinkedIn | Twitter

    #36526

    Works perfectly! Thanks!

    #36528

    Follow up – is it possible to do cursor change over annotation? I tired to use annotation id in the same manner as above, but it doesn’t work.

    #36564

    You might add the hover pseudo class to annotation CSS
    https://www.soft8soft.com/docs/manual/en/introduction/Styling-Verge3D-Apps.html#annotations

    
    .v3d-annotation:hover {
      cursor: pointer; 
    }

    Chief 3D Verger | LinkedIn | Twitter

    #56090
    naderus
    Participant

    Hi Yuri,
    Is it possible to have pointer on 3d obj as well?

    #56091
    kdv
    Participant

    Library -> Hovered cursor

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #56095
    naderus
    Participant

    I cant find it. could you please take a screenshot of that.
    thanks..

    #56096
    kdv
    Participant

    The screenshot is in the second post of this topic. The fourth puzzle.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

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