Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Unsolved Pickable model with QQuick3DGeometry

    QML and Qt Quick
    1
    1
    72
    Loading More Posts
    • 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
      Sieve last edited by

      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 Reply Quote 1
      • First post
        Last post