EmbreeRaycaster.cpp
Go to the documentation of this file.
2 
3 #include <embree3/rtcore.h>
4 #include <algorithm>
5 #include <iterator>
6 
7 namespace lvr2 {
8 
9 void EmbreeErrorFunction(void* userPtr, enum RTCError error, const char* str)
10 {
11  printf("error %d: %s\n", error, str);
12 }
13 
14 } // namespace lvr2
KF_EXPORTS void error(const char *error_string, const char *file, const int line, const char *func="")
Error handler. All GPU functions from this subsystem call the function to report an error...
void EmbreeErrorFunction(void *userPtr, enum RTCError error, const char *str)


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Mon Feb 28 2022 22:46:06