Search found 3 matches

by kerno
Thu Feb 07, 2019 4:00 pm
Forum: General Bullet Physics Support and Feedback
Topic: performance of collisions of 'voxel' shapes
Replies: 6
Views: 5344

Re: performance of collisions of 'voxel' shapes

There's only a single unit-sized cube shape reused everywhere. Once I make a proper benchmark I can compare any possible effect it can have. Now the "VoxShape" sounds interesting. I've found the "Voxels collision" topic on this forum: https://pybullet.org/Bullet/phpBB3/viewtopic....
by kerno
Wed Feb 06, 2019 11:39 am
Forum: General Bullet Physics Support and Feedback
Topic: performance of collisions of 'voxel' shapes
Replies: 6
Views: 5344

Re: performance of collisions of 'voxel' shapes

Hi, thanks for suggestions. Yes, i'll definitely optimize the shapes. However I would expect the number of shapes to go lower a couple of times only, at least with the naive implementation of optimization that I'll be able to come up with. Still, it's puzzling for me that with as little cubes as I h...
by kerno
Thu Jan 31, 2019 3:24 pm
Forum: General Bullet Physics Support and Feedback
Topic: performance of collisions of 'voxel' shapes
Replies: 6
Views: 5344

performance of collisions of 'voxel' shapes

Hi, I have some rigid bodies each with collision shape consisting of many cubes (in compound shape) looking like, say, chunks of Minecraft-like ground. When these objects start to collide I get heavy performance drops (below 1FPS). This happens even when there are only a few (<10) such objects (thou...