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

Brushes #1

Open
alikindsys opened this issue Feb 4, 2024 · 1 comment
Open

Brushes #1

alikindsys opened this issue Feb 4, 2024 · 1 comment

Comments

@alikindsys
Copy link
Contributor

Add the ability to make custom brushes so selections aren't limited to being just cubes.
The brushes will be "rasterized" into the octree volumes once they are added to a zone so that brush data is ephemeral and all changes to zones are immutable, being revertible at any moment.

This implies that a zone must keep the history of changes starting from its creation, this is a cool thing to add as well so I might add that too.

An example of such a brush would be the cylindrical/triangle/n-gon brush.

@alikindsys
Copy link
Contributor Author

Fix: Brushes are what will be permanently stored. Octrees are an in-memory data structure.

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

No branches or pull requests

1 participant