Search found 2 matches

by fwegner
Mon Nov 23, 2020 11:33 am
Forum: PyBullet Support and Feedback
Topic: Malloc error during creatiion of a soft body from a .vtk
Replies: 4
Views: 41964

Re: Malloc error during creatiion of a soft body from a .vtk

I examined the .vtk and compared it to the torus.vtk from the examples that worked. 1. The cube has type POLYDATA while my torus has type UNSTRUCTURED_GRID 2. The cube1.vtk has version 5.1 while the torus has vtk data file version 2.0 3. The cube1.vtk is not a tetrahedral volumetric mesh. I triangul...
by fwegner
Tue Nov 10, 2020 5:30 am
Forum: PyBullet Support and Feedback
Topic: Malloc error during creatiion of a soft body from a .vtk
Replies: 4
Views: 41964

Malloc error during creatiion of a soft body from a .vtk

Hey guys, I am currently trying to simulate silicone using the pybullet soft body engine. I have noticed that the examples use .vtk files as meshes and not the .obj commonly used for rigid bodies. After further investigation I think to have understood that .vtk files, when loaded result in a volumet...