Forum Thread Not Found, Sorry.

Game Development Community

How can i disable the Player Collision

by TigerHeros · in Torque 3D Professional · 07/05/2010 (4:27 am) · 2 replies

Hi All

In My Project the player should enter the Door. When the User clicks the door should open.I have assumed door as an AIPlayer. I have displayed it. When i clicks the Door Opens. But my problem is the Player cant enter the door and walks out. It stands near the door. I dont why? Is it collision is preventing the player entering the door. if yes how can i disable the player collision and make the player enter the door?
Any ideas welcome.



#1
07/05/2010 (9:40 am)
Umm, why are you using AIPlayers as doors? I suggest you use StaticShapeData unless you have a particular reason for using AIPlayers. I know there is a resource out there for T3D & doors, tho i haven't tried it my self. And just FYI, i have some perfectly working door my self if you need more help.
#2
07/06/2010 (4:47 am)
@Marcus Thank you for your Reply.

Actually I dont have exposure in StaticShapeData. So only i am using door as an AI Player. could you please help me how to open the door through the staticshapedata.

Thanks in advance