Page 1 of 1

RayTest in multiple threads demo for Visual Studio 2015

Posted: Mon Nov 28, 2016 10:13 am
by svedach
Good afternoon. I'm trying to run a RayTest in multiple threads in the project "Benchmarks / Raycast" (Visual Studio 2015) but BT_USE_PPL BT_THREADSAFE not defined. The project generated using cmake (Win7 64bit), set BULLET2_USE_THREAD_LOCKS and BULLET2_MULTITHREADED_PLL_DEMO options. After configuring and generating I use build_visual_studio.bat to generate Visual Studio project.
Perhaps need to make some changes?