Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-27 | ray: normalize direction missed in 28d8022 | Vito Caputo | |
Need to normalize the direction when we step the y axis and @ start. | |||
2017-05-26 | ray: s/nlerp/lerp/ where normalize is unnecessary | Vito Caputo | |
It's only necessary to normalize the direction stored vector in x_step(), the rest can simply be linearly interpolated which saves some divides. | |||
2017-01-18 | *: move source into src/ subdir | Vito Caputo | |
Restoring some organizational sanity since adopting autotools. |