12 #include "ai_shader_sample.h"
13 #include "ai_matrix.h"
14 #include "ai_vector.h"
28 #define AI_RAY_UNDEFINED 0x00
29 #define AI_RAY_CAMERA 0x01
30 #define AI_RAY_SHADOW 0x02
31 #define AI_RAY_REFLECTED 0x04
32 #define AI_RAY_REFRACTED 0x08
33 #define AI_RAY_DIFFUSE 0x20
34 #define AI_RAY_GLOSSY 0x40
35 #define AI_RAY_ALL 0xFF
36 #define AI_RAY_GENERIC AI_RAY_ALL
© 2009-2013 Solid Angle SL · all rights reserved · www.solidangle.com