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
- Host: GitHub
- URL: https://github.com/ssloy/tinyrenderer-java
- Owner: ssloy
- Created: 2019-09-20T13:54:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T14:40:07.000Z (over 5 years ago)
- Last Synced: 2025-04-05T13:23:16.359Z (2 months ago)
- Language: Java
- Homepage:
- Size: 1.67 MB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

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

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