Bug, OptimizedBvh.cs, SortAndCalculateSplittingIndex

if (splitAxis == 0) centerSplit = means.X; else if (splitAxis == 1) centerSplit = means.Y; else if (splitAxis == 2) centerSplit = means.Z; else throw new ArgumentExc...

Id #30622 | Release: None | Updated: May 3 2011 at 6:20 AM by jhl | Created: May 3 2011 at 6:20 AM by jhl

Wayyy behind in Framework versions...

Your project files are all for the .NET Framework 1.0. No one that has a modern computer can use that have .NET 2.0, 3.0, or now even 3.5... Please update it so people can use it.

Id #24467 | Release: None | Updated: Aug 27 2009 at 9:34 PM by amerninja13 | Created: Aug 27 2009 at 9:34 PM by amerninja13

Ray Casting with Triangle Mesh Shape

It looks like CollisionWorld.CS lines 106: The if statement is lined up incorrectly, so you never enter the triangle mesh section. Then in TriangleMeshShape.cs You pass aabbMax twice, even though...

Id #20964 | Release: None | Updated: Feb 3 2009 at 12:45 AM by nightst4r | Created: Feb 3 2009 at 12:44 AM by nightst4r

Matrix.Inverse

Is there a reason why BulletX uses MathHelper.InverseMatrix instead of the built-in Matrix.Inverse method?

Id #16065 | Release: None | Updated: Apr 11 2008 at 5:05 AM by DrDeth | Created: Apr 11 2008 at 5:05 AM by DrDeth

XCB feature request: maintain contentproj references in xcbproj files

XCB should be capable of load not only a assest (FX, FBX, X, etc...) but it should also parse and load a Content.contentproj file. The xcbproj file should maintain a refernce to this contentproj f...

Id #15970 | Release: None | Updated: Apr 7 2008 at 3:04 PM by missileControl | Created: Apr 7 2008 at 3:04 PM by missileControl

How can I rotate a BoxSphape so that a SphereShape can roll down from it?

Hi, Here's how I update RigidBody's world transform matrix: Matrix rotationTransform = Matrix.CreateFromQuaternion(e.Orientation); Matrix translateTransform = Matrix.CreateTranslation(e.Position)...

Id #14183 | Release: None | Updated: Dec 2 2007 at 2:14 PM by arilou | Created: Dec 2 2007 at 2:14 PM by arilou

Solution to giant speed improvement

Ohhh MY GOD!! Replace everywhere, where possible all method calls with structs, with "ref struct", instead of struct. Where are you guiys from, from the Java world? From Delphi? No other way to exp...

Id #12214 | Release: None | Updated: Aug 16 2007 at 12:05 PM by XnaCoder | Created: Aug 14 2007 at 5:08 PM by XnaCoder

Active object getting stuck as IslandSleeping

My main active rigid body becomes unmovable if I let it sit there for about 20 seconds. After stepping into the code, I have found that its activation state becomes IslandSleeping, and never leave...

Id #12063 | Release: None | Updated: Aug 3 2007 at 7:56 PM by KleMiX | Created: Aug 3 2007 at 7:56 PM by Zimbarbo

WorldPosition's scale being reset

Hello. As my model grows in real time, I want to update the scaling of the rigidbody. So I set the rigid body's world position to have a scale of, in this example, 10.0 for all axis. However, af...

Id #12037 | Release: None | Updated: Dec 2 2007 at 2:09 PM by arilou | Created: Aug 2 2007 at 7:46 PM by Zimbarbo

RemoveOverlappingPairsContainingProxy, bug

In C# version, OverlappingPairChache.cs : RemoveOverlappingPairsContainingProxy(), you are iterating through the _overlappingPairs collection in reverse order. However, when you remove one, you th...

Id #11535 | Release: None | Updated: Apr 18 2008 at 6:20 AM by BobStrogg | Created: Jul 5 2007 at 12:32 AM by Zimbarbo