00001 #ifndef OIV_INSTANCING_H 00002 #define OIV_INSTANCING_H 00003 00014 void OivInstancingInit(); 00015 00020 int OivInstanceID(); 00021 00026 vec3 OivInstanceTranslation(); 00027 00032 vec3 OivInstanceScale(); 00033 00038 vec4 OivInstanceRotation(); 00039 00045 mat4 OivInstanceMatrix(); 00046 00047 #endif /* OIV_INSTANCING_H */ 00048