#Issue using object space normals in shader graph
1 messages · Page 1 of 1 (latest)
before: the side on the right is all black
after rotating a little
It's using object space normals, so why is it rendering differently? shouldn't the normals stay the same when rotating? since they're in object space and not world space
perhaps it's a precision issue? i added a Round node and now it seems to work as expected