-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Question for render a scene #1912
Comments
Can you share more code? What is the camera object? |
Thanks for your reply. PerspectiveCameras:
|
Is the floor made of a few very large faces? Playing with |
Yes, the floor is a square which made of two big triangles. |
I don't think I can help further. |
|
I solve this problem!!!!!!!
@bottler Thank you for the reminder!! |
Hello,
I have a mesh. There are floor, wall. However, when my camera ray is parallel with the floor, it can not render floor. For example:
Under the yellow box should be a green floor, but nothing is rendered.
I use the plotly to visual mesh:
Could anyone can help? Thanks
Could it be a problem with the normal vectors? But I have already set cull_backfaces=False in RasterizationSettings.
My code:
The text was updated successfully, but these errors were encountered: