Okay, I'm using a material with a couple of OSL shaders being used to distort UVs for parallax mapping, and I'm running into some strange behavior/bugs.
The first issue - using a 2nd UV channel in the material. It works in CPU:
But not in GPU. In GPU mode I get something that looks like it's using some sort of "default" channel mapping?
When I remove the 2nd channel usage, it goes back to using the 1st channel, but you get obvious stamping of the interiors:
I'd really like access to that 2nd channel.
The second issue is that Normal mapping is not working in RTX mode. Here's just the normal and opacity map in CPU:
Nice shading, fits the normals, works great.
Now, same shader in GPU/RTX:
Nothing.
Here are my test scenes.
GPU UV#1 (normals broken):
https://drive.google.com/file/d/1n_c...ew?usp=sharing
GPU UV#2 (normals broken, UVs broken):
https://drive.google.com/file/d/1-CL...ew?usp=sharing
CPU UV#2 (normals ok):
https://drive.google.com/file/d/1RQY...ew?usp=sharing
I'm also seeing massive progressive slowdown in rendering these tests - as described here:
https://forums.chaosgroup.com/forum/...n-rtx-gpu-mode
Please help.
Thanks!
The first issue - using a 2nd UV channel in the material. It works in CPU:
But not in GPU. In GPU mode I get something that looks like it's using some sort of "default" channel mapping?
When I remove the 2nd channel usage, it goes back to using the 1st channel, but you get obvious stamping of the interiors:
I'd really like access to that 2nd channel.
The second issue is that Normal mapping is not working in RTX mode. Here's just the normal and opacity map in CPU:
Nice shading, fits the normals, works great.
Now, same shader in GPU/RTX:
Nothing.
Here are my test scenes.
GPU UV#1 (normals broken):
https://drive.google.com/file/d/1n_c...ew?usp=sharing
GPU UV#2 (normals broken, UVs broken):
https://drive.google.com/file/d/1-CL...ew?usp=sharing
CPU UV#2 (normals ok):
https://drive.google.com/file/d/1RQY...ew?usp=sharing
I'm also seeing massive progressive slowdown in rendering these tests - as described here:
https://forums.chaosgroup.com/forum/...n-rtx-gpu-mode
Please help.
Thanks!
Comment