Navigating around one of the sample 3D objects of my GPL software-only renderer ( http://bit.ly/cUUjWP ). Features of the renderer:
- Point rendering, vertex-based or triangle-based
- Gouraud shading, complete Phong equation calculated per vertex
- Phong shading, complete Phong equation calculated per pixel
- Z-Buffer
- Shadow mapping, with optional soft shadows
- Portable display and keyboard handling through libSDL
- Open source C++ code (GPL)
- Multithreading support (Intel TBB and OpenMP)
alex model (c) jotero.com. Thank you!
torolf44 1 year ago