box2dx
box2dx copied to clipboard
Automatically exported from code.google.com/p/box2dx
* Consider if we can make use of SIMD instructions, e.g. Vector and/or x86 intrinsics. * Consider use of Span * What to do about graphics rendering. Open GL?
I am currently working of Box2Dx library and i found the OpenGLDebugDraw.DrawString doesnot show any text in the screen as the OpenDLDebugDraw Drawstring function doesnot use str argument.Same as the...
``` mass ``` Original issue reported on code.google.com by `[email protected]` on 4 Nov 2011 at 12:24 Attachments: - [HelloWorld.csproj.patch](https://storage.googleapis.com/google-code-attachments/box2dx/issue-22/comment-0/HelloWorld.csproj.patch)
``` I don't know where to put that, but maybe it will save some time somebody. For now last working revision is 59. Everything Above is WORK in progres. http://code.google.com/p/box2dx/source/list...
``` 1. make a sensor with zero mass. 2. make another object with any mass. 3. notice no collision. Collision when sensor touching another object. When mass of sensor is...
``` What steps will reproduce the problem? 1. Create a body with multiple shapes 2. Destroy a shape in the middle of the internal shape list. What is the expected...
``` Allow us to define a different friction value for x and y. For instance, a piece of paper falling drops slowly, but still moves quickly parallel to the ground....
``` What steps will reproduce the problem? 1. Calling b2Body::GetContactList() What is the expected output? What do you see instead? It's called "GetConactList", should read, "GetContactList" What version of the...
``` What steps will reproduce the problem? 1. I'm not entirely sure; it occurs in r59 (the last "stable" revision of the code), but not in r72. It happens spontaneously,...
``` What steps will reproduce the problem? 1. Download and expand the .zip on windows 7 2. Run the testbed.exe What is the expected output? What do you see instead?...