A 3d fps game made in OpenGL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Symmetry/src
Shariq Shah 80a1f36bbd Added Fog 9 years ago
..
array.c Added render to texture support 10 years ago
array.h Added render to texture support 10 years ago
bounding_volumes.c Implemented rendering vertex data to gbuffer 9 years ago
bounding_volumes.h Added bounding volume computation and frustum culling 10 years ago
camera.c Added bounding volume computation and frustum culling 10 years ago
camera.h Added bounding volume computation and frustum culling 10 years ago
components.h Reverted to forward rendering, added default values for uniforms 9 years ago
entity.c Reverted to forward rendering, added default values for uniforms 9 years ago
entity.h Fixed minor bugs in input code 10 years ago
file_io.c Added camera and model. Made several modifications and fixes throughout the code 10 years ago
file_io.h Renamed some functions, replaced bool with int and added function to close main window and stop game 10 years ago
framebuffer.c Reverted to forward rendering, added default values for uniforms 9 years ago
framebuffer.h Reverted to forward rendering, added default values for uniforms 9 years ago
game.c Added Fog 9 years ago
game.h First commit 10 years ago
geometry.c Added bounding volume computation and frustum culling 10 years ago
geometry.h Added bounding volume computation and frustum culling 10 years ago
input.c Fixed minor bugs in input code 10 years ago
input.h Fixed minor bugs in input code 10 years ago
light.c Switched to Blinn_Phong speculars 9 years ago
light.h Switched to Blinn_Phong speculars 9 years ago
linmath.c Reverted to forward rendering, added default values for uniforms 9 years ago
linmath.h Reverted to forward rendering, added default values for uniforms 9 years ago
log.c Ported Shader and Geometry code from Project Abstraction. Minor additions to array and string utils 10 years ago
log.h Ported Shader and Geometry code from Project Abstraction. Minor additions to array and string utils 10 years ago
main.c Modified cleanup to be called by atexit 10 years ago
material.c Added Fog 9 years ago
material.h Reverted to forward rendering, added default values for uniforms 9 years ago
model.c Added Fog 9 years ago
model.h Reverted to forward rendering, added default values for uniforms 9 years ago
num_types.h Added basic light code 9 years ago
renderer.c Added Fog 9 years ago
renderer.h Added Fog 9 years ago
scene.c Added separate clear color for each camera 10 years ago
scene.h Added separate clear color for each camera 10 years ago
shader.c Removed kazmath dependency 10 years ago
shader.h Added texture support to materials 10 years ago
string_utils.c Rewrote array to make it easier to use 10 years ago
string_utils.h First commit 10 years ago
texture.c Added render to texture support 10 years ago
texture.h Added render to texture support 10 years ago
transform.c Reverted to forward rendering, added default values for uniforms 9 years ago
transform.h Fixed issues with heirarchical transformations, camera and absolute directions 10 years ago
utils.c Fixed rotation problems by using kmMath instead of linmath library 10 years ago
utils.h Fixed rotation problems by using kmMath instead of linmath library 10 years ago
window_system.c Removed kazmath dependency 10 years ago
window_system.h Added render to texture support 10 years ago