Shariq Shah
|
22684f22d5
|
Fixed issues with opengl context version and minor bug with blinn-phong uniform bug
|
9 years ago |
Shariq Shah
|
1ff8de31e3
|
Updated readme
|
9 years ago |
Shariq Shah
|
e2bf6e4816
|
Replaced GLFW with SDL2 and GLEW with custom GL loader. Abstracted most platform code to single header and source files
|
9 years ago |
Shariq Shah
|
80a1f36bbd
|
Added Fog
|
9 years ago |
Shariq Shah
|
4d52269b68
|
Fixed issues with non-uniform scale and normals
|
9 years ago |
Shariq Shah
|
b826b66fae
|
Switched to Blinn_Phong speculars
|
9 years ago |
Shariq Shah
|
b53dcf287e
|
Added spot lights
|
9 years ago |
Shariq Shah
|
c9cdfb5fff
|
Added directional lights and removed some unused code
|
9 years ago |
Shariq Shah
|
08a7b96ace
|
Reverted to forward rendering, added default values for uniforms
|
9 years ago |
Shariq Shah
|
84ff35053c
|
Fixed texture units' issue
|
9 years ago |
Shariq Shah
|
1698de9ff2
|
Added basic light code
|
9 years ago |
Shariq Shah
|
b58fa413bc
|
Fixed problems with fbo's depth texture not rendering because of texture unit
|
9 years ago |
Shariq Shah
|
f815dafd82
|
Implemented rendering vertex data to gbuffer
|
9 years ago |
Shariq Shah
|
bb3abf5e00
|
Added shaders required so far and default assets
|
9 years ago |
Shariq Shah
|
4286a0ba7c
|
Moved from premake4 to simple makefiles
|
9 years ago |
Shariq Shah
|
13465911d7
|
Added bounding volume computation and frustum culling
|
10 years ago |
Shariq Shah
|
69122f081d
|
Added separate clear color for each camera
|
10 years ago |
Shariq Shah
|
ed1edf44ce
|
Implemented resolution independent rendering and RTT
|
10 years ago |
Shariq Shah
|
c1ea63f571
|
Updated TODO
|
10 years ago |
Shariq Shah
|
094d722b8d
|
Added LICENSE file
|
10 years ago |
Shariq Shah
|
521a566e38
|
Fixed readme errors by using simple ascii format for export in org
|
10 years ago |
Shariq Shah
|
53ae2b488d
|
Fixed minor bug in mat4_identity
|
10 years ago |
Shariq Shah
|
0ad1676547
|
Removed kazmath dependency
|
10 years ago |
Shariq Shah
|
568d03f155
|
Added render to texture support
|
10 years ago |
Shariq Shah
|
3f4e84d6d3
|
Added fbos and changed texture creation
|
10 years ago |
Shariq Shah
|
d2ee943995
|
Added texture support to materials
|
10 years ago |
Shariq Shah
|
1bc7fc4e9e
|
added simple materials
|
10 years ago |
Shariq Shah
|
77b93bc480
|
Added support for RLE encoded tga images
|
10 years ago |
Shariq Shah
|
fc10cb9357
|
Added uncompressed tga loader
|
10 years ago |
Shariq Shah
|
7de6726c06
|
Updated orgfile and removed unused code
|
10 years ago |
Shariq Shah
|
350a437a6b
|
Fixed issues with heirarchical transformations, camera and absolute directions
|
10 years ago |
Shariq Shah
|
f82493181d
|
Fixed rotation problems by using kmMath instead of linmath library
|
10 years ago |
Shariq Shah
|
e544138b62
|
Fixed minor bugs in input code
|
10 years ago |
Shariq Shah
|
16dca4f9ca
|
Fixed minor bugs in input code
|
10 years ago |
Shariq Shah
|
c97dbf5777
|
Started adding heirarchical transformations
|
10 years ago |
Shariq Shah
|
820fd6880e
|
Fixed rotation issues by using matrix for rotation instead of quaternion(temporarily)
|
10 years ago |
Shariq Shah
|
1b649feadc
|
Added camera and model. Made several modifications and fixes throughout the code
|
10 years ago |
Shariq Shah
|
bc46f57091
|
Added readme generated from orgfile
|
10 years ago |
Shariq Shah
|
11b15a5248
|
Modified cleanup to be called by atexit
|
10 years ago |
Shariq Shah
|
cfd810f020
|
Added transform component
|
10 years ago |
Shariq Shah
|
f7e1887028
|
Renamed some functions, replaced bool with int and added function to close main window and stop game
|
10 years ago |
Shariq Shah
|
e6a04a1577
|
Rewrote array to make it easier to use
|
10 years ago |
Shariq Shah
|
4a8c3133bb
|
Removed typedefs and changed struct/enum usage
|
10 years ago |
Shariq Shah
|
4d2f59dcb0
|
Added Entity creation and removal
|
10 years ago |
Shariq Shah
|
636966616a
|
Added untracked files
|
10 years ago |
Shariq Shah
|
6d56ff2bb1
|
Ported Shader and Geometry code from Project Abstraction. Minor additions to array and string utils
|
10 years ago |
Shariq Shah
|
a40b11870d
|
Implemented functionality to change input map name
|
10 years ago |
Shariq Shah
|
22e319e391
|
Learnt git basics. Added changes since first commit. This is essentially the second commit
|
10 years ago |
Shariq Shah
|
01c61e5030
|
Implemented input maps
|
10 years ago |
Shariq Shah
|
b764ec95e7
|
First commit
|
10 years ago |