Hi people.
I’m trying to make my own implementation of the view frustum culling. I have readed some tutorials and remember some concepts of matrices but my implementation doesn’t work.
It semms equal to other implementation in the readed tutorials but doesn’t work
Well, here attach some classes, I greatly apreciate if someone can take a look at my code and give some light.
Thanks in advice.
PS:
The code show the X (red), Y(green) and Z(blue) axis and a point in coordinates (3,3,3). Then I update the view frustum and test if the point is inside it.