started the renderer abstraction and the cubemap renderer
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 9 Jan 2017 15:28:22 +0000 (17:28 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 9 Jan 2017 15:28:22 +0000 (17:28 +0200)
commit51fde62020614e8d942f28572efe1ba4fefd6a50
tree45fbf2e07150aa510cdb812c21b4362d9405cd7f
parent227edd33b520ddf878fc28d36e3486bda665eaeb
started the renderer abstraction and the cubemap renderer
src/app.cc
src/rend_cubemap.h [new file with mode: 0644]
src/renderer.cc [new file with mode: 0644]
src/renderer.h [new file with mode: 0644]
src/sdrman.cc [new file with mode: 0644]
src/sdrman.h [new file with mode: 0644]