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

[orx-quadtree] add quadtree module #174

Merged
merged 2 commits into from
Feb 26, 2021

Conversation

ricardomatias
Copy link
Member

No description provided.

*
* @param drawer
*/
fun draw(drawer: Drawer) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@edwinRNDR do Compositions have the functionality to achieve this? In which case, could a function like this return a Composition instead, without passing around the Drawer?

Copy link
Member

Choose a reason for hiding this comment

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

It could but it is not as fast as the batch builders are. I don't see a problem with passing around the Drawer (it is pretty much made to be safely passed around)

@edwinRNDR edwinRNDR merged commit 5b0a6f3 into openrndr:master Feb 26, 2021
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