Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-26225

Using meshNode, a 3D file must have unique node name on his hirarchie

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • 5.7.0
    • Qt3D TP2, 4.8.1
    • Qt3D
    • None

    Description

      I'm using meshNode to specify one part of the 3D object.
      But if there is more than one node on the 3D file with the same name, meshNode will select the first one that he find. So you have to rename all node of your 3D file with unique name.
      But a 3D file can have more node with the same name if there are not on the same group.
      Example of a 3D file:

      ---CAR
      ------WHEEL_1
      ----------Tire
      ----------Rim
      ------WHEEL_2
      ----------Tire
      ----------Rim

      So we should be able to take the "tire" of the "WHHEL_2".

      Actualy:
      meshNode("tire") => give the first "tire" find
      But:
      meshNode("WHHEL_2.tire") => should be the best

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dpope Daniel Pope (closed Nokia identity) (Inactive)
            fbc Farid Bouchaïb
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes