Hi All. I have the following question.I am coding the point lights.I want to use camera space .I need to transform light position using camera (view) matrix.But I don't understand,
should be the same inverted camera matrix I use to move the camera? Or I should pass the camera (view) matrix without inverse ?
Thanks .