Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. What is the best way to display and interact with a 3D mesh?
Forum Updated to NodeBB v4.3 + New Features

What is the best way to display and interact with a 3D mesh?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
mesh3d canvasqt3d
1 Posts 1 Posters 909 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.
  • ArasA Offline
    ArasA Offline
    Aras
    wrote on last edited by
    #1

    My usecase scenario is to display several relatively complex 3D objects (in STL or other mesh format) in a view and associate animations and transitions to them. I need to enable use to interact with the 3D model -- for example allow them to pan and zoom. I am planning to gradually add more parts and interaction to my 3D scene, hoping that eventually I create something simillar to this demo: https://www.youtube.com/watch?v=zCBESbHSR1k

    Looking at the various 3D code examples I can identify a couple of ways to do this:

    • I should be able to export my mesh objects to json files and load them into a canvas3d
    • I should be able to use several different rendering techniques in Qt3D to display and interact with my mesh

    Are both of these valid choices? Is there an advantage in using one or the other in this scenario? Are there other libraries in Qt I should look into? I am still exploring Qt and pretty new, so I would appreciate any advice!

    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