mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
This improves the projection API in that near clip is a parameter rather than being taken directly from the cvar, and a far clip (ie, finite far plane) version is available (necessary for cascaded shadow maps as it's rather hard to fit a box to an infinite frustum). Also, the orthographic projection matrix is now reversed as per the perspective matrix (and the code tidied up a little), and a version that takes min and max vectors is available. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
ecs | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |