Game Development Community

How i can collision of observer camera

by Kim Gyong-Min · in Torque Game Engine · 03/13/2004 (8:37 pm) · 3 replies

Hi. :)

i want check collision of camera.

ex)

function Camera::onCollision( %this, %obj, %col )
{
echo( "Camera::onCollision called" );
}

but code is no action.

help me...how i can collision of observer camera ?

#1
03/13/2004 (9:11 pm)
I'm not sure that the observer cam has collision turned on by default. It may not be checking at all.
#2
03/13/2004 (9:55 pm)
Thanks..

can observer cam use trigger collision ?
#3
03/13/2004 (10:55 pm)
Observer::onCollision( %this, %obj, %col )


try that.