You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In recent testing with svn trunk, I've identified an issue with the
multithreaded example.
I'm using:
- Bullet 2.77beta or 2.76 build with double precision.
- osgBullet rXX built with double precision.
- Occurs independent of OSG version.
Run the multithreaded example. The cow and a pile of dice appear. Hit return to
fire a ball into the scene. The window immediately clears to OSG blue and
nothing else is rendered.
At first, I thought this was an issue with reallocating the TripleBuffer.
However, I modified multithreaded.cpp to initially allocate the TripleBuffer
with 32k bytes, in which case firing a ball doesn't cause a reallocation, and
the issue still occurs. So this is not related to reallocation per se.
There is, however, another issue I've identified with TripleBuffer, which is
that you can't resize it while running. I'll open this as a separate issue.
Original issue reported on code.google.com by [email protected] on 20 Sep 2010 at 8:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 Sep 2010 at 8:30The text was updated successfully, but these errors were encountered: