Search found 4 matches

by psionprime
Wed Mar 27, 2013 9:12 pm
Forum: General Bullet Physics Support and Feedback
Topic: OpenCL Rigid Body Support
Replies: 2
Views: 2852

Re: OpenCL Rigid Body Support

It is there in the 2.8.1 Bullet SDK. Look at the OpenCL demos. There are some caveats: (Note: the development platform I am currently using is Windows 8 using VS2012 with the Win7.1 SDK x32 libs due to 3rd party lib requirements (PhysX) as I test on Bullet, Havok and PhysX) 1. The OpenCL demos requi...
by psionprime
Thu Mar 21, 2013 10:03 pm
Forum: General Bullet Physics Support and Feedback
Topic: Create a swarm around an object
Replies: 6
Views: 5680

Re: Create a swarm around an object

That video has comments that state how they did it.... We use a kinematic object, with no contact response to detect which objects reside inside the blast radius. In the internal physics tick callback we check whether one of the affected bodies is the kinematic object. If it is, we apply an impulse ...
by psionprime
Wed Mar 20, 2013 8:14 pm
Forum: General Bullet Physics Support and Feedback
Topic: Create a swarm around an object
Replies: 6
Views: 5680

Re: Create a swarm around an object

Does it have to be an interactive swarm or just a visual ? If it is just a visual then I can think of a number of ways for the effect. Perhaps it you give a description of what the end result should be close to we can work it out.
by psionprime
Sat Mar 16, 2013 10:49 pm
Forum: General Bullet Physics Support and Feedback
Topic: Doxygen Documentation / API Offline
Replies: 4
Views: 3826

Re: Doxygen Documentation / API Offline

As a suggestion for while the docs are offline, you can download doxygen, graphviz and html helper to create the docs locally. There is a doxyfile in the source. I edited the doxyfile paths for the utilities and it worked well enough.