You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
No matter what value I put in DepthBias constant value:
material.DepthBias = new BiasParameters(-1f, 0f, 0f); <-- put literally anything instead of 1f
When trying to retrieve it, I always get BiasParameters with 0,0,0 on all values.
I'm not 100% sure its actually set, but it seems like it does change depth bias and problem is with the get.
The text was updated successfully, but these errors were encountered:
RonenNess
changed the title
Can't set DepthBias from code
Unable to get DepthBias in code
May 2, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No matter what value I put in DepthBias constant value:
When trying to retrieve it, I always get
BiasParameters
with 0,0,0 on all values.I'm not 100% sure its actually set, but it seems like it does change depth bias and problem is with the get.
The text was updated successfully, but these errors were encountered: