Closed GoogleCodeExporter closed 9 years ago
btVector cannot be used in a std::vector when using MSVC STL, due to some bugs.
http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=3136
Either use btAlignedObjectArray, or STL port, or manually hack MSVC STL.
Also, a btVector3 cannot be passed by value in some compilers, due to alignment
issues.
For both cases a workaround is available.
Original comment by erwin.coumans
on 6 Feb 2009 at 7:37
no further reports related to this change, closing the issue
Original comment by erwin.coumans
on 23 May 2009 at 2:38
Original issue reported on code.google.com by
erwin.coumans
on 24 Nov 2008 at 4:30