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

Fixed CI build error #2241

Merged
merged 9 commits into from
May 3, 2024
Merged

Fixed CI build error #2241

merged 9 commits into from
May 3, 2024

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. Added an extended PMREMGenerator that allows for the rotation of the …

    …hdri image.Now our IBL sources are finally straight not tilded 90 deg anymore. Added artificial shininess to all objects configurable in real time from the sandbox.
    AlexandruPopovici committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b7e818e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Added color grading operations to our standard shader and material. U…

    …pdated the sandbox to reflect the required AEC Aesthetics properties
    AlexandruPopovici committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7551828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f047b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merged

    AlexandruPopovici committed May 2, 2024
    Configuration menu
    Copy the full SHA
    911216c View commit details
    Browse the repository at this point in the history
  2. Restored the sandbox parameters to their original locations. Saturati…

    …on, contrast and shininess are now in the 'post' folder and the hdri dropdown in the 'indirect light' folder. Cleaned up and renamed the available hdris to their descriptive names. The 'Mild' hdri is not set as the default one at library level
    AlexandruPopovici committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bc3c4a7 View commit details
    Browse the repository at this point in the history
  3. Disabled color grading from the speckle standard material shader. Imp…

    …lemented the artificial shininess as a real thing that the user can control
    AlexandruPopovici committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aba273f View commit details
    Browse the repository at this point in the history
  4. Fixed the issue with frontend2 build failing. It was the new hdri siz…

    …e (8.3Mb) which is compiled together with the viewer library as base64 that was throwing something off. Because resizing the hdri to the old one's size (1025x512) was not enought (still amounted to 5.8Mb), we also applied a lossy compression algorithm namely DWAB to the image. This reduced the size to 330Kb with no visible tradeoff.
    AlexandruPopovici committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b222137 View commit details
    Browse the repository at this point in the history
  5. Merged

    AlexandruPopovici committed May 2, 2024
    Configuration menu
    Copy the full SHA
    231104f View commit details
    Browse the repository at this point in the history