bullet3/examples/TinyRenderer
Erwin Coumans ff229baf1e TinyRenderer: support plane shape (creating similar textured plane to OpenGL renderer)
TinyRenderer: perform clipping in double precision to improve accuracy
2020-08-10 20:19:00 -07:00
..
geometry.cpp Put TinyRender functions and classes inside a TinyRender namespace. The TinyRender library defines some classes with very generic names, such as vec, Matrix, Model, which in my case, when compiling the example browser using a different library for graphics, is giving me name clashes. 2020-02-14 11:54:25 +01:00
geometry.h TinyRenderer: support plane shape (creating similar textured plane to OpenGL renderer) 2020-08-10 20:19:00 -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 Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
model.cpp TinyRenderer: support plane shape (creating similar textured plane to OpenGL renderer) 2020-08-10 20:19:00 -07:00
model.h Put TinyRender functions and classes inside a TinyRender namespace. The TinyRender library defines some classes with very generic names, such as vec, Matrix, Model, which in my case, when compiling the example browser using a different library for graphics, is giving me name clashes. 2020-02-14 11:54:25 +01:00
our_gl.cpp TinyRenderer: support plane shape (creating similar textured plane to OpenGL renderer) 2020-08-10 20:19:00 -07:00
our_gl.h Put TinyRender functions and classes inside a TinyRender namespace. The TinyRender library defines some classes with very generic names, such as vec, Matrix, Model, which in my case, when compiling the example browser using a different library for graphics, is giving me name clashes. 2020-02-14 11:54:25 +01:00
premake4.lua fix build, add premake4.lua 2016-04-26 21:08:02 -07:00
tgaimage.cpp TinyRenderer: support plane shape (creating similar textured plane to OpenGL renderer) 2020-08-10 20:19:00 -07:00
tgaimage.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
TinyRenderer.cpp TinyRenderer: support plane shape (creating similar textured plane to OpenGL renderer) 2020-08-10 20:19:00 -07:00
TinyRenderer.h Put TinyRender functions and classes inside a TinyRender namespace. The TinyRender library defines some classes with very generic names, such as vec, Matrix, Model, which in my case, when compiling the example browser using a different library for graphics, is giving me name clashes. 2020-02-14 11:54:25 +01:00