bullet3/examples/TinyRenderer
2017-04-25 18:28:56 -07:00
..
geometry.cpp add unmodified version of TinyRenderer, a 500 line software renderer with vertex and pixel shaders, texture mapping and Wavefront .obj support. 2016-04-26 20:47:10 -07:00
geometry.h patch TinyRenderer so it software-renders in an OpenGL texture, for testing 2016-04-26 20:52:52 -07:00
LICENSE.txt add unmodified version of TinyRenderer, a 500 line software renderer with vertex and pixel shaders, texture mapping and Wavefront .obj support. 2016-04-26 20:47:10 -07:00
main.cpp add back the 'swapBuffers' in VR demo (slightly lower performance, but easier to use demo. 2016-12-02 13:23:50 -08:00
model.cpp TinyRenderer: implement triangle clipping against near-plane 2017-04-06 14:31:34 -07:00
model.h Add kiva_shelf to prepare for picking/grasping task 2016-07-14 00:05:57 -07:00
our_gl.cpp fixed a bug that prevented kitchens/1.sdf to render properly (local scaling was double applied) 2017-04-06 21:13:23 -07:00
our_gl.h TinyRenderer: implement triangle clipping against near-plane 2017-04-06 14:31:34 -07:00
premake4.lua fix build, add premake4.lua 2016-04-26 21:08:02 -07:00
tgaimage.cpp fix typo in texels flip 2016-04-28 23:01:49 -07:00
tgaimage.h add first draft of contact point query in shared memory API 2016-09-01 13:30:07 -07:00
TinyRenderer.cpp Use float when clipping the shadow map index, because the index before clipping can be out of the range for int. 2017-04-25 18:28:56 -07:00
TinyRenderer.h Merge pull request #886 from erwincoumans/master 2016-12-11 12:53:47 -08:00