Commit graph

6 commits

Author SHA1 Message Date
Bruno BELANYI 8e09f45f69 library: render: move helpers to utils module
Those helper functions are used by `Scene` to render the scene, but
they have no use being in the same file. Instead make it a crate-public
module of `render`.
2020-03-23 16:51:06 +01:00
Antoine Martin 64125dbc43 library: document render module 2020-03-23 12:44:17 +01:00
Bruno BELANYI 6a829a96fd library: render: add Scene implementation 2020-03-18 00:08:23 +01:00
Bruno BELANYI 852cd65c6a library: render: add LightAggregate implementation 2020-03-17 20:49:49 +01:00
Bruno BELANYI 4f3af74c22 library: render: add Object implementation 2020-03-17 20:44:47 +01:00
Bruno BELANYI 2dab475f68 library: add render module 2020-03-17 19:30:01 +01:00