summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-09use pixel pointer instead of pixel arrayAnthony LaTorre
2011-05-09slight speed increaseAnthony LaTorre
2011-05-08print speed; the current kernel is able to render 8844 triangles with ↵Anthony LaTorre
480,000 photons in roughly 3.5 seconds
2011-05-07tie fighterAnthony LaTorre
2011-05-06triangle mesh intersection, stl reader, stl model of a lego minifigureAnthony LaTorre
2011-05-06added unary minus matrix; updated testAnthony LaTorre
2011-05-06added unary minus operator for matrix and float3; updated testsAnthony LaTorre
2011-05-06added rotationsAnthony LaTorre
2011-05-05added matrix struct and operations; added matrix tests; switched linear ↵Anthony LaTorre
algebra operation tests to use nosetests
2011-05-05finished basic linear algebra operations and testsAnthony LaTorre
2011-05-05beginnings of some cuda linear algebra operations and a kernel to test them.Anthony LaTorre