add missing rayCast kernel

This commit is contained in:
erwin coumans
2013-06-07 20:47:47 -07:00
parent afecad3ee4
commit 3f10082aa3
6 changed files with 119 additions and 14 deletions

View File

@@ -409,7 +409,7 @@ void myprintf(const char* msg)
int main(int argc, char* argv[])
{
b3OpenCLUtils::setCachePath("/Users/erwincoumans/develop/mycache");
//b3OpenCLUtils::setCachePath("/Users/erwincoumans/develop/mycache");
b3SetCustomPrintfFunc(myprintf);
b3Vector3 test(1,2,3);