Triangles!!!

This commit is contained in:
Godzil
2020-02-25 18:42:45 +00:00
parent 2ea4abdce7
commit aded6bb943
6 changed files with 179 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
class Cube : public Shape {
private:
void checkAxis(double axeOrigine, double axeDirection, double *axeMin, double *axeMax);
void checkAxis(double axeOrigin, double axeDirection, double *axeMin, double *axeMax);
Intersect localIntersect(Ray r);