-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: respect portal material when fusing portals (#2735)
This PR introduces the correct handling of material when fusing portals. The logic is as follows: - if either of the to-be fused surfaces has material, it is being kept in the fusing process - if both have material, an exception is thrown as this certainly indicates misconfiguration A UnitTest is added to check for this behaviour.
- Loading branch information
1 parent
ee8375f
commit 6e0d5b1
Showing
3 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters