Freeze Image map.

Started by Leerling177171, April 04, 2013, 04:02:24 AM

Previous topic - Next topic

Leerling177171

I was trying to make a Skybox with a piece of holland as an Image map on the ground but if I rotate the camera the Image of holland will rotate with me. I had it rendered out but it didn't fit.. I finally found out why but I wouldn't know how to freeze it I'm new at this.
Yours Sincerely,
Jildert

Tangled-Universe

Hi Jildert,


This is probably because the image is projected through your camera.
This is the default projection method for images loaded into the image map shader.


If you set the mode to "Plan Y" (side X and Z) then it will be mapped to the surface of the planet.
The size is set to 1x1 by default, which means 1x1m if you project in Plan Y.
(with camera projection 1x1 means 1:1 projection of image into the camera 'frustum')


Hope this helps!


Cheers,
Martin