Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-21 | Make object holds a constant reference to its material. | Keuin | |
2022-04-17 | Fix: rename object::material() to object::get_material. Make it compile on ↵ | Keuin | |
Debian 11 GCC. | |||
2022-04-16 | Add object::is_on to check whether a point is on the object's surface. | Keuin | |
2022-04-15 | Code Refactor: | Keuin | |
- Add material class. - Move diffuse routine into separate material classes. | |||
2022-04-12 | Refactor: move hitlist, object, sphere, viewport into single files. | Keuin | |
Add bias_ctx for setting sub-pixel sampling bias. |