mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 21:02:50 +00:00
25ac0ff303
Multi-view will be used for shadows and fisheye.
8 lines
98 B
C
8 lines
98 B
C
Matrices {
|
|
mat4 Projection3d;
|
|
mat4 View[6];
|
|
mat4 Sky;
|
|
mat4 Projection2d;
|
|
|
|
vec2 ScreenSize;
|
|
}
|