-
Notifications
You must be signed in to change notification settings - Fork 131
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
Fix "cutout" effect on full screen #24
Comments
Are you using the generated material with the |
Yes, the generated material. This "cutout" effect is happening in the unity editor for me (editor camera and game camera), using legacy pipeline DX11, tweaking distance function of hexagon example and only changing it so Full Screen is On and Camera Inside Object True, made scale of Cube transform larger (30x30x30), Unity 2020.3.7f1. |
If you just change the checkbox, the result will look like this: If you want to see it in full screen, please use the
If you are already using it, please give me a screenshot of your settings and results so that I can better identify the problem. |
Ah, nice I had missed that, thank you :) Your screenshot is showing the issue I was having, I will switch to using using the quad |
Setting to full screen makes it only render on the inner half of the screen, you can fix this by changing
To
In whatever shader your generated code imports, for example at the bottom mine had
So I needed to modify that line in
The text was updated successfully, but these errors were encountered: