A tiny software 3D offline renderer.
Stars
7
Forks
7
Watchers
7
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #19 from Raitoning/develop
0db5b7eView on GitHubMerge pull request #18 from Raitoning/feature-texturing
f53f59aView on GitHubFixed texture coordinates. Now loading and using textel coordinates from the .OBJ file
8c028a2View on GitHubTODO: Fix texture coordinates. Can now load a TGA texture.
3f46cc3View on GitHubCan now read texture coordinates from an .OBJ file.
73f1bc9View on GitHubMerge pull request #17 from Raitoning/develop
3cf31cfView on GitHubFixed the backward rendering issue. Changed the barycentric function. Added the dot product for Vector3. Massive code cleanup.
1d2e91bView on GitHubMerge pull request #15 from Raitoning/develop
d76b950View on GitHubAdded zBuffer. Switched to barycentric coordinates to render a triangle.
5f3f00fView on GitHubThe renderer can now compute lighting from multiple lights with backface culling. Massive code cleanup.
6eaa36cView on GitHub