Defold: Frustum culling (DEF-2749)

Created on 23 May 2019  路  1Comment  路  Source: defold/defold

Currently everything is sent to the gpu. Even if it is outside the frame. We need frustum culling to reduce the number of draw calls and the amount of vertex transforms being made.

community vote engine task

Most helpful comment

Just a note that the idea is to provide an api where the developer can get a callback, with a buffer with the relevant spatial data (e.g. aabb's), and return another (same?) buffer, with some data filled in (e.g. culled = 1).

>All comments

Just a note that the idea is to provide an api where the developer can get a callback, with a buffer with the relevant spatial data (e.g. aabb's), and return another (same?) buffer, with some data filled in (e.g. culled = 1).

Was this page helpful?
0 / 5 - 0 ratings