Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-1648

Fix material duplication with object duplicate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P1: Critical P1: Critical
    • None
    • Qt 3D Studio 2.0 BETA1
    • Editor Application
    • None

      Current implementation of "deep copy" duplication of objects has an issue in that it generates copy of the materials. This is both unexpected from designer point of view as other 3D content creation tools don't do this, but also inefficient from the resource usage point of view that we then have a multiple copies of same material in the runtime environment (and also makes it harder for designers to find the correct material to edit from bunch of same materials). Initial fix is to instead use referenced materials in duplicate objects.

      Proper fix for later releases is to have materials separate from objects (perhaps part of a UIP or maybe even UIA) and all objects reference materials. See QT3DS-1647.

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

            Unassigned Unassigned
            pakerane Pasi Keränen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes