From: Mikko Rasa Date: Sun, 13 Mar 2022 09:42:53 +0000 (+0200) Subject: Move frustum culling from Scene to Camera X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4f2f558123db15393607d8b21b949d7798561dec;hp=4f2f558123db15393607d8b21b949d7798561dec;p=libs%2Fgl.git Move frustum culling from Scene to Camera Also refactor it so that the camera's object matrix is accounted for when computing the frustum planes. ---