rayzor
diff Makefile @ 17:79609d482762
the renderer renders, also fixed an unnoticed matrix conversion problem between scenegraph and min3d
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 14 Apr 2014 07:34:45 +0300 |
parents | be616b58df99 |
children |
line diff
1.1 --- a/Makefile Sun Apr 13 09:54:51 2014 +0300 1.2 +++ b/Makefile Mon Apr 14 07:34:45 2014 +0300 1.3 @@ -1,6 +1,6 @@ 1.4 baseobj = main.obj logger.obj screen.obj scrman.obj swapbuf.obj rbtree.obj 1.5 modelobj = modeller.obj min3d.obj m3drast.obj lines.obj 1.6 -rendobj = renderer.obj vmath.obj 1.7 +rendobj = renderer.obj vmath.obj raytrace.obj 1.8 scnobj = scene.obj object.obj light.obj camera.obj snode.obj 1.9 sysobj = gfx.obj vbe.obj dpmi.obj timer.obj mouse.obj keyb.obj 1.10 obj = $(baseobj) $(modelobj) $(rendobj) $(scnobj) $(sysobj)