Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
3answers
841 views

How to make a 2D Soft-body physics engine?

The definition of rigid body in Box2d is A chunk of matter that is so strong that the distance between any two bits of matter on the chunk is completely constant. And this is exactly what ...
5
votes
5answers
617 views

Angular Momentum Transfer equations

Does anyone have any good references for equations which can be implemented relatively easily for how to compute the transfer of angular momentum between two rigid bodies? I've been searching for ...
4
votes
5answers
1k views

How can I compute the mass and moment of inertia of a polyhedron?

For use in a rigid body simulation, I want to compute the mass and inertia tensor (moment of inertia), given a triangle mesh representing the boundary of the (not necessarily convex) object, and ...
2
votes
2answers
130 views

How to simulate the collision of two sticks, like you see in Angry Birds?

The angry birds buildings seem to be composed of rigid sticks that collide and fall. I sure would like to know how to do that. I don't mind writing original code but surely someone has figured this ...
1
vote
0answers
205 views

3ds max: change cloth into rigid body over time [closed]

I am trying to create a car crash, and for that I have the body of the car as a rigid object, and the front as cloth. Upon impact, I create the animation which deforms the cloth making it look like a ...
1
vote
0answers
472 views

Does anyone have examples/tutorials on how to use Bullet Physics/jBullet to do voronoi shattering?

I'm trying to get something working with jBullet physics and voronoi shattering. I can find videos galore of it working, just no code examples. Java or C++ is fine. Just need an example of some code. ...
1
vote
1answer
70 views

Compare Quaternion to axis

I have the orientation of an object stored as a unit quaternion, and I want to see what angle the object's local x axis makes with the global y axis. What's the easiest way to do that? Thanks!
0
votes
2answers
46 views

Bullet Physics MultiSphereShape Usage

I am posting here because I have not been successful in finding a helpful answer either directly on the Bullet Physics forum or any of those associated forums which have either ported the library ...
0
votes
1answer
399 views

How to Make Raycast Effect Named GameObject Only

In my current(Unity 3.3 IOS)project I have a character walking across a bridge. If the character falls off the bridge he is to fall into a fiery river and explode. The problem is when he's on the ...
0
votes
2answers
235 views

Colliding an object

I'm taking my first steps through Unity, as a follow up to this question: http://answers.unity3d.com/questions/56697/isometric-game-camera-limits I now realized that I don't know how to make a ...