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

Fixing collision checks to work correctly with convex colliders. #1230

Merged
merged 5 commits into from
Aug 12, 2024

Conversation

Lucaweihs
Copy link
Collaborator

The old isObjectColliding function did not check for mesh colliders as all dynamic objects previously used only primitive colliders. This changed with Objaverse and so this function needed to be updated.

This commit also includes a change to how the skybox is setup when a procedural house is loaded with a uniform color skybox. The idea here is that we don't want the skybox to effect lighting in the scene as this can result in some really weird behavior (i.e. objects rendered on a pure white background are very overexposed).

@Lucaweihs Lucaweihs requested a review from AlvaroHG August 9, 2024 15:41
@Lucaweihs Lucaweihs merged commit 7bd8b4d into main Aug 12, 2024
8 checks passed
@AlvaroHG
Copy link
Collaborator

Looks good!

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.

2 participants