bullet3/examples/TinyRenderer
erwincoumans ab8f16961e Code-style consistency improvement:
Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files.
make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type.
This commit contains no other changes aside from adding and applying clang-format-all.sh
2018-09-23 14:17:31 -07:00
..
geometry.cpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
geometry.h Code-style consistency improvement: 2018-09-23 14:17:31 -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 Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
model.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
our_gl.cpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
our_gl.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
premake4.lua fix build, add premake4.lua 2016-04-26 21:08:02 -07:00
tgaimage.cpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
tgaimage.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
TinyRenderer.cpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
TinyRenderer.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00