Skip to content

Commit f5ef1f9

Browse files
author
Tiffany Bennett
committed
IL: Remove renderer abstraction
1 parent a33ebcf commit f5ef1f9

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Graphics.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ bool Graphics::init(const Flags &flags)
3333

3434
ilG_renderman_setup(rm, flags.msaa, flags.hdr);
3535
ilG_renderman_resize(rm, 800, 600);
36-
ilG_floatspace_build(&space, rm);
3736
glClampColor(GL_CLAMP_READ_COLOR, GL_FALSE);
3837

3938
ilG_box(&box);

src/box/box.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ int main(int argc, char **argv)
100100

101101
ilG_floatspace fs;
102102
ilG_floatspace_init(&fs, 1);
103-
ilG_floatspace_build(&fs, rm);
104103
fs.projection = il_mat_perspective(M_PI / 4.0, 4.0/3, .5, 200);
105104

106105
il_pos_setPosition(&fs.camera, il_vec3_new(0, 0, 5));

0 commit comments

Comments
 (0)