Game Development Community

Collision with static object

by Christian Rousselle · in Torque X 2D · 07/17/2008 (8:54 am) · 0 replies

Hello,

I want to enable collisions between a static object and a moving object. I am only interested in the moving object reporting collisons. Do both objects need a T2DCollisionComponent or only the moving object?

Thank you.