Placing objects in a scene

Started by
1 comment, last by lucky6969b 10 years, 3 months ago

Hello,

Let's say there is racking system in my simulation,

I'd like to put a pallet in-between the first level and the second

level of the rack. If say there is a supporting plane of steel

for the rack, how can I make sure the pallet is sitting on

the steel rather than on other objects, like the floor

This question is about accurate picking and object placement.

Any good readings I can take?

As titled, better off be an example on D3D9/D3DX

Thanks

Jack

Advertisement

If I understand your question correctly, you're looking for collision detection and collision response. Detection will tell you if an object is touching another, and response will let you stack objects, bounce things off each other, and so on.

This is more of a physics problem than a graphics problem, so it shouldn't have anything to do with Direct3D.

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

Seems to be the right thing I am looking for - Collision Detection

I just thought picking would do the job just by itself, Now I can add Collision Detection to it.

BTW, are there any open source game editors out there on the web?

I need the things mentioned above for my new game editor.

Thanks

Jack

This topic is closed to new replies.

Advertisement