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

Baking csg meshes #1647

Closed
3top1a opened this issue Oct 11, 2020 · 1 comment
Closed

Baking csg meshes #1647

3top1a opened this issue Oct 11, 2020 · 1 comment

Comments

@3top1a
Copy link

3top1a commented Oct 11, 2020

Let's say I'm working on a large building using CSG meshes.
CSG allows quick prototyping and expansion, even after release.

If the building is large enough, this will cause huge performance problems.

My proposal is to "bake" selected meshes into a mesh instance in build/export.

CSG combiner should have a "bake when exporting" field added.
The compiler would then take the generated mesh and save it into a mesh file.
The CSG combiner would then be replaced with a mesh instance.

This could be an addon/script but I doubt it will be performant.

@Calinou
Copy link
Member

Calinou commented Oct 11, 2020

Duplicate of #182.

PS: When opening a proposal, don't replace the questions but write below them instead.

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

No branches or pull requests

2 participants