Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Qt3D point picking doesn't work
Forum Updated to NodeBB v4.3 + New Features

Qt3D point picking doesn't work

Scheduled Pinned Locked Moved Unsolved Game Development
1 Posts 1 Posters 329 Views 1 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.
  • J Offline
    J Offline
    jHappy
    wrote on last edited by jHappy
    #1

    Re: Qt3D point and line picking?

    I created primitive point and tried to pick point.
    renderSettings->pickingSettings()->setPickMethod(Qt3DRender::QPickingSettings::PointPicking);
    renderSettings->pickingSettings()->setWorldSpaceTolerance(10.0f);

    However, Picking doesn't work.
    setWorldSpaceTolerance() doesn't effect for PointPicking.

    Additional: tested on Qt5.12 and 5.13

    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