Message 1 of 1
Offsetmapping with ShaderFX wrong result if not at the center of the world

Not applicable
11-04-2019
03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I am experimenting parallax mapping within shader FX ( using the offset mapping node ) on my eyeball shader to simulate iris refraction. I got pretty good result when my object is at the center of world but as soon as I am moving it away from the center I got the wrong result. ( the pupil offsets in the direction of the move )
I dug into the offset bump node as you can ungroup it.
It looks like the conversion from camera view vector to tangent space isn't doing it properly
Can someone point into the right direction ? What am I doing wrong ?
Thank you