summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray_object.c
AgeCommit message (Collapse)Author
2017-05-27ray: inline ray_object_* switch functionsVito Caputo
2017-05-12ray: add ray_scene_prepare() object precomputingVito Caputo
Just embed a _prepared struct in the object where precomputed stuff can be cached. Gets called once before rendering, which ends up calling the object-specific ray_object_$type_prepare() methods per object.
2017-01-18*: move source into src/ subdirVito Caputo
Restoring some organizational sanity since adopting autotools.
© All Rights Reserved