Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ui] Add and improve multiple UI tools for Photometric stereo #2444

Open
wants to merge 16 commits into
base: dev/qt6.6
Choose a base branch
from

Commits on Jun 17, 2024

  1. [qt6][Viewer3D] Use MetalRoughMaterial for textures

    Replace `DiffuseSpecularMaterial`, which does not seem to support
    correctly textures anymore, with `MetalRoughMaterial`.
    cbentejac committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e8b93ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5a39e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b17754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    399cf8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3ee00c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9752f3f View commit details
    Browse the repository at this point in the history
  7. [qt6] Remove QtQuick.Window import

    `QtQuick.Window` does not exist anymore with Qt6. QQuickWindow is now
    directly part of the QtQuick module.
    cbentejac committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dce95b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bf0dd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbe8d77 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    cf41336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebfe85e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10aba26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0067bc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b1b277 View commit details
    Browse the repository at this point in the history
  6. [ui] Viewer3D: Use directional light & add light controller

    Use a single light entity instead of one per camera.
    Use directional light instead of point light.
    Add camera relative directional light controller.
    gregoire-dl authored and cbentejac committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    49819dc View commit details
    Browse the repository at this point in the history
  7. [ui] Viewer3D: Fix wrong camera up vector initialization

    Default camera up should be accurate and consistent with camera view center.
    Default camera up vector is not refresh or checked when default camera view center is set.
    gregoire-dl authored and cbentejac committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8f8d8aa View commit details
    Browse the repository at this point in the history