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

Added support for OCCT 7.6.2 #971

Merged
merged 6 commits into from
Jan 9, 2024
Merged

Added support for OCCT 7.6.2 #971

merged 6 commits into from
Jan 9, 2024

Commits on Jan 9, 2024

  1. Added support for OCCT 7.6.1

    Note: The test WingSegmentGuideCurves.tiglWingGetSegmentUpperSurfaceAreaTrimmed
    is failing due to some tolerance error. I did not look into it further.
    rainman110 authored and joergbrech committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1f0aeea View commit details
    Browse the repository at this point in the history
  2. Fixed outdated shaders

    Closes #973
    rainman110 authored and joergbrech committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    772ad64 View commit details
    Browse the repository at this point in the history
  3. Improved visual quality of zebra stripes

    The stripes were computed based on the normal vector
    of the vertex, not on the fragment. This lead to
    visual distortions. Now, we use the normal
    vector from the fragment shader as offered by the occt api.
    rainman110 authored and joergbrech committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    026714d View commit details
    Browse the repository at this point in the history
  4. Fix compilation with OCCT 7.4

    rainman110 authored and joergbrech committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    17b4020 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69da360 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f68791 View commit details
    Browse the repository at this point in the history