Search found 3 matches

by przecze
Sat Jan 02, 2021 5:47 pm
Forum: General Bullet Physics Support and Feedback
Topic: Solver residual vs. average overlap for stacked spheres
Replies: 0
Views: 16468

Solver residual vs. average overlap for stacked spheres

Hey, I'm wondering how to relate solver residual (the one accessed with solver.m_analyticsData.m_remainingLeastSquaresResidual ) with expected average overlap of static objects. Let's say I have a simulation with a big stack of spheres. I don't want them to overlap more than 10% of the sphere radius...
by przecze
Thu Dec 31, 2020 1:28 pm
Forum: General Bullet Physics Support and Feedback
Topic: stepSimulation() and ticks
Replies: 4
Views: 7103

Re: stepSimulation() and ticks

Hello there, I encountered the same problem and create an issue for, but unfortunately no response in over a year: https://pybullet.org/Bullet/phpBB3/viewtopic.php?t=5066 My idea to deal with this problem is either to disable clamping (by setting maxSubSets to some high number or 0) or use some othe...
by przecze
Mon Jun 17, 2019 12:36 pm
Forum: General Bullet Physics Support and Feedback
Topic: How to build OpenCL examples? (no CMakeLists.txt)
Replies: 0
Views: 4340

How to build OpenCL examples? (no CMakeLists.txt)

Hi, so, according to README and docs you just need to pass `--enable_experimental_opencl` to `App_ExampleBrowser` to see the examples. But I tried that, and examples were still missing from the browser. I checked the source code and found this: void ExampleEntriesAll::initOpenCLExampleEntries() { #i...