summaryrefslogtreecommitdiff
path: root/src/modules/ray
AgeCommit message (Expand)Author
2017-06-02ray: separate lights from objectsVito Caputo
2017-06-02ray: simplify trace_ray inner loop slightlyVito Caputo
2017-06-01ray: move shadow check to a functionVito Caputo
2017-06-01ray: perform ambient light color scale in prepareVito Caputo
2017-06-01ray: move max depth check out of trace_ray()Vito Caputo
2017-05-27ray: inline ray_object_* switch functionsVito Caputo
2017-05-27ray: simplify ray_3f_normalize()Vito Caputo
2017-05-27ray: redo ray_3f_distance()Vito Caputo
2017-05-27ray: normalize direction missed in 28d8022Vito Caputo
2017-05-27ray: use approximate power in specular reflectionVito Caputo
2017-05-26ray: s/nlerp/lerp/ where normalize is unnecessaryVito Caputo
2017-05-12ray: mult normalize in ray_object_sphere_normalVito Caputo
2017-05-12ray: add ray_scene_prepare() object precomputingVito Caputo
2017-04-27*: remove vestigial module/${module}/${module}.hVito Caputo
2017-04-22*: add module context machineryVito Caputo
2017-04-22ray: remove vestigial ray_threads codeVito Caputo
2017-04-22ray: convert to generalized threaded renderingVito Caputo
2017-04-22*: /render/render_fragment/ in rototiller_module_tVito Caputo
2017-04-21*: s/renderer/module/gVito Caputo
2017-02-14ray: increase highlight exponent on shiny sphereVito Caputo
2017-02-14ray: add highlight exponent to ray_surface_tVito Caputo
2017-02-12ray: tweak surface propertiesVito Caputo
2017-02-12ray: update copyright yearsVito Caputo
2017-02-12ray: improve camera movementVito Caputo
2017-02-12ray: fixup ray_object_plane_intersects_ray() bugVito Caputo
2017-02-12ray: remove vestigial stdio.h includeVito Caputo
2017-02-10ray: implement all orders in ray_euler_basis()Vito Caputo
2017-02-09ray: remove redundant recursion depth incrementVito Caputo
2017-02-09ray: fix mistake in ray:sphere intersection mathVito Caputo
2017-01-18autotools: s#../../#@top_srcdir@/src#Vito Caputo
2017-01-18*: move source into src/ subdirVito Caputo
© All Rights Reserved