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

Add csg boolean operators using elalish/manifold. #91748

Closed
wants to merge 5 commits into from

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    2fc5f5f View commit details
    Browse the repository at this point in the history
  2. Add convex hull CSG node

    Support a material, add an icon, add simple documentation.
    
    Co-Authored-By: 31 <[email protected]>
    31 authored and fire committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    58516f7 View commit details
    Browse the repository at this point in the history
  3. Track materials using runs during pack and unpack

    Manifold supports tracking materials associated with a run of triangles.
    This commit changes Godot's Manifold pack and unpack logic to use that
    functionality rather than storing the material id in each vertex.
    31 authored and fire committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    882c098 View commit details
    Browse the repository at this point in the history
  4. Revert "Add convex hull CSG node"

    This reverts commit 58516f7.
    fire committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    dfa7c6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93213cb View commit details
    Browse the repository at this point in the history