-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[FEATURE] Enabling rendering plane geometry one-sided. #1396
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
[FEATURE] Enabling rendering plane geometry one-sided. #1396
Conversation
Is this patch all that was needed to fix one-sided plane?! That would be awesome :) |
Unfortunately that patch created a mesh that was not a solid volume causing there to be errors with stuff like collisions. However I have rectified that by differentiating between a visual and collision mesh |
@LeonLiu4 Can you confirm this PR is ready to merge and the videos in description are still valid? |
Yes the videos are correct and its ready to merge |
create_plane() now accepts double_sided (default false), returning a single-sided quad with the same footprint/UVs.
Addresses #1112
Two sided:
Screen.Recording.2025-07-11.at.8.54.52.PM.mov
One sided:
Screen.Recording.2025-07-11.at.8.55.35.PM.mov