Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Pickable model with QQuick3DGeometry
Qt 6.11 is out! See what's new in the release blog

Pickable model with QQuick3DGeometry

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 694 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sieve
    wrote on last edited by
    #1

    Hello.

    Does anybody have any experience or knowledge about picking a model with a custom geometry?

    Currently I have a custom geometry which I generate using QQuick3DGeometry class as described here.
    Everything is working as expected except the model picking.
    A simple test with the model below is producing results as expected, so the View3D and MouseArea configurations are fine.

    Model {
                source: "#Sphere"
                pickable: true
                materials: [
                    ...
                ]
            }
    

    Any information you can provide me would be greatly appreciated.

    1 Reply Last reply
    1
    • B Offline
      B Offline
      bee65
      wrote on last edited by
      #2

      I have the same question. Did you ever figure out if Picking works with custom geometry? Thanks.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved