branch | pyrit |
changeset 79 | 062b1c4143f7 |
parent 78 | 9569e9f35374 |
child 82 | 930a2d3ecaed |
78:9569e9f35374 | 79:062b1c4143f7 |
---|---|
27 #ifndef SHAPES_H |
27 #ifndef SHAPES_H |
28 #define SHAPES_H |
28 #define SHAPES_H |
29 |
29 |
30 #include "common.h" |
30 #include "common.h" |
31 #include "scene.h" |
31 #include "scene.h" |
32 #include "material.h" |
|
32 |
33 |
33 /* |
34 /* |
34 triangle intersection alghoritm |
35 triangle intersection alghoritm |
35 options are: |
36 options are: |
36 TRI_PLUCKER |
37 TRI_PLUCKER |