How to make room reflection using Cubemap
- by MaT
I am trying to use a cube map of the inside of a room to create some reflections on walls, ceiling and floor.
But when I use the cube map, the reflected image is not correct. The point of view seems to be false.
To be correct I use a different cube map for each walls, floor or ceiling. The cube map is calculated from the center of the plane looking at the room.
Are there specialized techniques to achieve such effect ?
Thanks a lot !