bullet3/examples/TinyRenderer
erwin coumans 0d50d8c73b Preliminary working version of TinyRenderer for standalone demos,
it works without OpenGL dependency now, so it runs in the cloud :-)
Add scaling support for TinyRenderer, remove some un-used normal mapping in TinyRenderer shader, expose light_dir_world,
remove accidental hard-coded path in tga write_tga_file,
Fix InverseDynamicsExampleCreateFunc, enum has to start at 0
2016-05-26 17:36:01 -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 Remove unused ROS urdf (was replaced by Bullet UrdfParser. 2016-05-12 23:03:12 -07:00
model.cpp work-in-progress tinyrenderer -> shared memory API synthetic camera image 2016-05-17 23:57:19 -07:00
model.h work-in-progress tinyrenderer -> shared memory API synthetic camera image 2016-05-17 23:57:19 -07:00
our_gl.cpp work-in-progress tinyrenderer -> shared memory API synthetic camera image 2016-05-17 23:57:19 -07:00
our_gl.h patch TinyRenderer so it software-renders in an OpenGL texture, for testing 2016-04-26 20:52:52 -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 fix typo in texels flip 2016-04-28 23:01:49 -07:00
TinyRenderer.cpp Preliminary working version of TinyRenderer for standalone demos, 2016-05-26 17:36:01 -07:00
TinyRenderer.h Preliminary working version of TinyRenderer for standalone demos, 2016-05-26 17:36:01 -07:00