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

Intersection Operation does not work - both children disappear #324

Closed
DavidAntliff opened this issue May 7, 2021 · 3 comments
Closed
Labels

Comments

@DavidAntliff
Copy link

I'm working through the features and came to "Operations allow you to group things". I've created a new Model and added two default cube brushes. I offset one from the other slightly, so they overlap around one corner each. I then selected both and hit CTRL-G to create an Operation as the new parent of both cube brushes. Then I selected Intersection.

I had expected to see a smaller cubioid appear where the two cubes overlap, and the rest of each cube to become invisible. Instead, I just see two overlapping cubes.

I clicked "Rebuild your CSG meshes" and both cubes went completely invisible. They reappear if I change the Operation mode from Intersection to anything else. But still no overlap cuboid.

Is this behaving as expected? Am I doing something wrong? Or is this a bug?

I'm using version v1.562 with Unity 2020.3.3f1 on Win10.

@LogicalError
Copy link
Owner

Hi, what happened is that the two brushes in the group are added to each other, and then the combination of both brushes use intersection .. on nothing, so everything disappears
Instead set the group to additive, and the last brush within that group to intersection

@nukeandbeans
Copy link
Collaborator

@DavidAntliff Did this solve your problem?

@DavidAntliff
Copy link
Author

DavidAntliff commented Apr 14, 2022 via email

@nukeandbeans nukeandbeans added this to Needs triage in WIP Apr 16, 2022
WIP automation moved this from Needs triage to Closed Apr 16, 2022
@nukeandbeans nukeandbeans removed this from Closed in WIP Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants