Search found 3 matches

by lucasw
Wed Oct 13, 2010 6:18 pm
Forum: General Bullet Physics Support and Feedback
Topic: .inl files created with tetgen crash SoftDemo
Replies: 3
Views: 4686

Re: .inl files created with tetgen crash SoftDemo

I took the .ele and .node files and put them together, added quotes around lines with search-and-replace text editor functions (I was using vim, a regular editor may make it more difficult) and the function code around them to make it match bunny.inl. There are some more details here: http://binarym...
by lucasw
Mon Sep 06, 2010 4:53 pm
Forum: General Bullet Physics Support and Feedback
Topic: .inl files created with tetgen crash SoftDemo
Replies: 3
Views: 4686

Re: .inl files created with tetgen crash SoftDemo

I should have seen it earlier, tetgen is producing one-based indices by default. The -z flag will make them zero based and SoftDemo won't crash.
by lucasw
Thu Aug 26, 2010 2:17 pm
Forum: General Bullet Physics Support and Feedback
Topic: .inl files created with tetgen crash SoftDemo
Replies: 3
Views: 4686

.inl files created with tetgen crash SoftDemo

I created a simple 3d object and exported it as an ascii stl file from meshlab, and then ran tetgen -p on it (version 1.4.1). Then I put the contents of .ele and .node into an inl file modeled after bunny.inl with quotes and \n line end characters around every line. But when I recompiled SoftDemo (b...