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. How to manipulate a mesh data inside of a scene?

How to manipulate a mesh data inside of a scene?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 850 Views 2 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.
  • I Offline
    I Offline
    ilian
    wrote on last edited by A Former User
    #1

    Hello, I am trying to manipulate a mesh data inside of a scene from QML. My code is here:
    https://github.com/heatblazer/qml-renderer
    the socket.obj is to be modifiable, let's say to carve into it, add holes, and other interactions. How to achieve this?

    Regards,
    И.Z.

    1 Reply Last reply
    0
    • I Offline
      I Offline
      ilian
      wrote on last edited by
      #2

      I have to bump this, really no one knows some simple example how to manipulate a mesh loaded from a .obj file?

      1 Reply Last reply
      0
      • Stefan Monov76S Offline
        Stefan Monov76S Offline
        Stefan Monov76
        wrote on last edited by
        #3

        Try looking up "Constructive Solid Geometry". I've never done it but I don't think it's easy.

        1 Reply Last reply
        0
        • Stefan Monov76S Offline
          Stefan Monov76S Offline
          Stefan Monov76
          wrote on last edited by
          #4

          However, since there is no Qt API to do this, it's done the same way in all APIs, so it's not a Qt-specific question and a more appropriate place to ask might be stackoverflow or http://computergraphics.stackexchange.com/

          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