Search found 2 matches

by baltic
Wed Aug 27, 2008 3:37 pm
Forum: General Bullet Physics Support and Feedback
Topic: btStridingMeshInterface TriStrip & TriList
Replies: 4
Views: 6773

Re: btStridingMeshInterface TriStrip & TriList

It assumes that indicies are in TriStrip topology. My index buffer is TriList.
by baltic
Wed Aug 27, 2008 2:52 am
Forum: General Bullet Physics Support and Feedback
Topic: btStridingMeshInterface TriStrip & TriList
Replies: 4
Views: 6773

btStridingMeshInterface TriStrip & TriList

btStridingMeshInterface::InternalProcessAllTriangles supports only TriStrips for now, but i've got TriList. i've made a quick hack for myself, but would it be better to include ability to handle TriList, TriStrip, and, maybe, TriFan to that interface? I could do that, if you don't have time.