cinnaboot
|
c749e75001
|
add rgUpdateGLBuffer as interface to glBufferSubData
|
8 years ago |
cinnaboot
|
0ba74753e6
|
consolidate entity initialization into new entity.cpp file
also restructured render_group interface a bit to remove cyclic
dependancy with entity and render_group
|
8 years ago |
cinnaboot
|
d91e717dfa
|
debugging remove hex function
the actual bug was not using a reference iterator when updating the
"hexID"
|
8 years ago |
cinnaboot
|
e2b886f3fb
|
moved hex logic from scene_loader to hexgrid and refactored
|
8 years ago |
cinnaboot
|
127acd9e21
|
stashing changes for hex add/remove
|
8 years ago |
cinnaboot
|
0c42275b60
|
remove static initializers from structs because of calloc
|
8 years ago |
cinnaboot
|
e85ca24423
|
remove color_buffer from render_group
|
8 years ago |
cinnaboot
|
c38e3bc4a1
|
add paletted texture storage to render_state
|
8 years ago |
cinnaboot
|
d318a4ed90
|
breaking changes to implement textures in renderer
|
8 years ago |
cinnaboot
|
9b43e1805d
|
remove unused light_id property from shader_program
|
8 years ago |
cinnaboot
|
1d33ac3379
|
update renderer to use an array of light objects
|
8 years ago |
cinnaboot
|
31e078f73c
|
remove references to fill_color from render_state
|
8 years ago |
cinnaboot
|
1da3c0bcd1
|
rearrange some dependencies
|
8 years ago |
cinnaboot
|
6f65d7cc97
|
add option to not send color data every frame
|
8 years ago |
cinnaboot
|
49c562f6ed
|
completed entity changes to renderer/render_group
can now use rgInitSingle() to initializa a render_group with only one
group of buffers (render_object)
|
8 years ago |
cinnaboot
|
096f3b16e7
|
staging entity changes to renderer
|
8 years ago |
cinnaboot
|
0aed6588f5
|
clean up renderer to render_group implementation
|
8 years ago |
cinnaboot
|
6cc979d44c
|
cleaned up renderer.cpp a bit
|
8 years ago |
cinnaboot
|
fd08d73f9e
|
update rgDraw() pathway
|
8 years ago |
cinnaboot
|
2fd9f39871
|
adding fancy lighting
|
8 years ago |
cinnaboot
|
43e2103831
|
load shaders from text files
|
8 years ago |
cinnaboot
|
a7b0f886fb
|
copy vertex normals from assimp
|
8 years ago |
cinnaboot
|
2fc295a8e1
|
move utility functions to new header file
|
8 years ago |
cinnaboot
|
12677b455a
|
unbreaking assimp
|
8 years ago |
cinnaboot
|
1c9bfa1b3b
|
breaking assimp
|
8 years ago |
cinnaboot
|
b26ff2145b
|
got indexed drawing w/ assimp working
|
8 years ago |
cinnaboot
|
5c162f7163
|
move render group functions to seperate file
|
8 years ago |