Login  Register

Re: Transformations in Shaders

Posted by goosey on Apr 13, 2021; 10:42pm
URL: https://forum.jogamp.org/Transformations-in-Shaders-tp4041109p4041113.html

Thank you! I started researching model view projection matrices and found out what I was doing wrong:
It turns out that all I had to do was incorporate the projection matrix into my calculations and now everything works great!