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

Include new renderer based on Panda3D #1388

Merged
merged 67 commits into from
Jun 11, 2024
Merged

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    a30f2bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5084153 View commit details
    Browse the repository at this point in the history
  3. Add VISP_HAVE_PANDA3D_FLAG

    SamFlt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8a63d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddb7f8e View commit details
    Browse the repository at this point in the history
  5. Basic rendering

    SamFlt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    195105f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. working on RendererSet

    SamFlt committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cb30042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    740203d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e48284 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    1201841 View commit details
    Browse the repository at this point in the history
  2. Debugging RGB renderer

    SamFlt committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    93280c1 View commit details
    Browse the repository at this point in the history
  3. working rgb renderer

    SamFlt committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    49af00a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Testing Camera space normals

    SamFlt committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    968d252 View commit details
    Browse the repository at this point in the history
  2. Display all potential renders in tutorial, improve assert guards, man…

    …y fixes and cleanup included
    SamFlt committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f21fd2f View commit details
    Browse the repository at this point in the history
  3. fix color ordering

    SamFlt committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    64b3f6e View commit details
    Browse the repository at this point in the history
  4. Disable auto_shader

    SamFlt committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    dcbe0b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Copy data folder

    fspindle committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a37defc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351ebd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5ed022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cc3133 View commit details
    Browse the repository at this point in the history
  5. Fix doxygen warnings

    fspindle committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c66fc3b View commit details
    Browse the repository at this point in the history
  6. Improve warnings filter in cmake, fix depth and normal shaders to use…

    … correct coordinate systems
    SamFlt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6e6895d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e24e134 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd89ed9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    858afb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    984c775 View commit details
    Browse the repository at this point in the history
  11. Add step by step option

    SamFlt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ca6b537 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1d88517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb7029 View commit details
    Browse the repository at this point in the history
  3. Update tutorial model

    SamFlt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4c7295c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f8113b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3edefe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a7b365 View commit details
    Browse the repository at this point in the history
  7. Fix build on macOS

    fspindle committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c84a1e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83a6723 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0612dca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0089620 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Add texture information debug print, Try and reparse uint texture dat…

    …a when using tinydisplay (not working...)
    SamFlt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d61af18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1953020 View commit details
    Browse the repository at this point in the history
  3. revert shaders to version 120

    SamFlt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    186cf90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5fb416 View commit details
    Browse the repository at this point in the history
  5. switch shaders to 330

    SamFlt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6afe3ec View commit details
    Browse the repository at this point in the history
  6. Enable build on windows

    SamFlt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0caeea8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Improve usability

    SamFlt committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    34bf478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36713ca View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Start work on RGB shader

    SamFlt committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d16a322 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    69a8f78 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    99916e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f55836 View commit details
    Browse the repository at this point in the history
  3. fix light contrib conversion

    SamFlt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0cb2f04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebfbdc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fix texture rendering

    SamFlt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2e68182 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    a066aa3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    be943e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e571c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f84919 View commit details
    Browse the repository at this point in the history
  4. fix texture inversion

    SamFlt committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2971eb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f6db92 View commit details
    Browse the repository at this point in the history
  6. setup tutorial

    SamFlt committed May 3, 2024
    Configuration menu
    Copy the full SHA
    626ed6a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    a961249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a143d3 View commit details
    Browse the repository at this point in the history
  3. resolve conflict

    SamFlt committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a6ff73a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    29b667f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2468231 View commit details
    Browse the repository at this point in the history
  3. Code indentation

    fspindle committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f982611 View commit details
    Browse the repository at this point in the history
  4. Various fixes

    - build fix on macOS
    - Update copyright header
    - Make header protection macro upper case
    - Protect pragma omp with _OPENMP macro
    - Remove empty lines
    - Fix doxygen warnings
    fspindle committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a55bdbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f287e3f View commit details
    Browse the repository at this point in the history
  6. Update with Panda3D changes

    fspindle committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    06791ed View commit details
    Browse the repository at this point in the history