Unity3DProjectionMapping
Unity3DProjectionMapping copied to clipboard
Projection Mapping Tests and Shaders using Unity 3D
Hi Chirag, thanks for this helpful little project. I am trying to get it to work directly on the camera and not as a vertex shader so it would effect...
This is working well until you apply a texture like a checkerboard http://images.psxextreme.com/wallpapers/ps3/checkerboard_989.jpg I'm in a similar problem.
Hi, I'm new to Unity, but I noticed that the line https://github.com/chiragraman/Projection-Mapping-in-Unity-3D/blob/master/Assets/Scripts/Homography.cs#l41 should be in Update as well, otherwise not reflecting the window size change.