Replies: 1 comment
-
As this is a trivial change, I have created a pull request: #6608 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a shader in which I need to convert the camera position from world space to object space.
There is access to the model matrix via
mesh.model
but there is no inverse equivalent (only inversed & transposed).Unity, for example, provides it via the
unity_WorldToObject
variable.I have two questions:
Beta Was this translation helpful? Give feedback.
All reactions