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

Addons: Remove SDFGeometryGenerator. #29281

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Addons: Remove SDFGeometryGenerator. #29281

merged 2 commits into from
Sep 2, 2024

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Sep 1, 2024

Related issue: #29171

Description

Another example that I suggest to remove is webgl_geometry_sdf. When #26837 was merged, I have underestimated the dependency to GLSL and WebGLRenderer. Especially since with WebGPU you have compute shaders so something like SDFGeometryGenerator could be implemented in a different way.

Considering the complexity of SDFGeometryGenerator and that it is not common task to generate geometries from a SDF, it's best to maintain SDFGeometryGenerator in an external repository.

@Mugen87 Mugen87 merged commit 4650fd7 into mrdoob:dev Sep 2, 2024
11 checks passed
@Mugen87 Mugen87 added this to the r169 milestone Sep 2, 2024
@mrdoob
Copy link
Owner

mrdoob commented Sep 3, 2024

SGTM 👍

@santi-grau
Copy link
Contributor

😿😿😿

@mrdoob
Copy link
Owner

mrdoob commented Feb 6, 2025

Sorry, we can't maintain all the code 😕

WebGLRenderTarget
} from 'three';

import { surfaceNet } from './../libs/surfaceNet.js';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we forgot to remove surfaceNet.js too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed! It can be removed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants