An open API service indexing awesome lists of open source software.

https://github.com/ssloy/tinyrenderer-java

Just a java implementation of https://github.com/ssloy/tinyrenderer/wiki
https://github.com/ssloy/tinyrenderer-java

Last synced: about 1 month ago
JSON representation

Just a java implementation of https://github.com/ssloy/tinyrenderer/wiki

Awesome Lists containing this project

README

        

# tinyrenderer-java
Just a java implementation of https://github.com/ssloy/tinyrenderer/wiki

## Commit history:

[This commit](https://github.com/ssloy/tinyrenderer-java/commit/5b62502d43fc0866aef846ffd1368966712094ec) produces the flat shading

![](https://raw.githubusercontent.com/ssloy/tinyrenderer-java/5b62502d43fc0866aef846ffd1368966712094ec/drop.png)

[This commit](https://github.com/ssloy/tinyrenderer-java/commit/608a4a1a179274142292df11d77781e18f26080f) contains the first implementation of hidden faces removal (z-buffer)

![](https://raw.githubusercontent.com/ssloy/tinyrenderer-java/608a4a1a179274142292df11d77781e18f26080f/drop.png)

[This commit](https://github.com/ssloy/tinyrenderer-java/commit/64fe955bfd1577b1ebd2479be4588c3914349a8a) gives a triangle filling routine:

![](https://raw.githubusercontent.com/ssloy/tinyrenderer-java/64fe955bfd1577b1ebd2479be4588c3914349a8a/drop.png)

[This commit](https://github.com/ssloy/tinyrenderer-java/commit/f9998e41d1e0282ae0fdd3c2bbf363eff41bdcea) contains the wireframe rendering:

![](https://raw.githubusercontent.com/ssloy/tinyrenderer-java/f9998e41d1e0282ae0fdd3c2bbf363eff41bdcea/drop.png)