diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-12-23 21:14:06 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-12-23 21:17:24 -0800 |
commit | 8ab42d0fb70f5c74554350b10e35bd6b6a78ab1b (patch) | |
tree | 69c63d0962977b2db31bcb60f992ec2bff3d73f4 /src/modules/stars | |
parent | 5c287c99a3fa8f137dc279b2253c628e83786afe (diff) |
ray: split object render from object description
This moves the per-object _prepared state into ray_render_object_$type
structs with all the rendering-related object methods switched to
operate on the new render structs.
Since the current rendering code just makes all these assumptions
about light objects being point lights, I've just dropped all the
stuff associated with rendering light objects for now. I think it
will be refactored a bit later on when the rendering code stops
hard-coding the point light stuff.
These changes open up the possibility of constifying the scene and
constituent objects, now that rendering doesn't shove the prepared
state into the embedded _prepared object substructs.
Diffstat (limited to 'src/modules/stars')
0 files changed, 0 insertions, 0 deletions