Collision More Than Once (SOLVED)

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
DarkRage4
Posts: 31
Joined: Wed Jul 29, 2009 11:07 pm
Location: Ontario, Canada
Contact:

Collision More Than Once (SOLVED)

Post by DarkRage4 »

Hi guys...In my game I got a terrain with collision on it so u don't fall thru...my problem is that I have things added onto the terrain like a wall and I want to add collision to those objects to but the terrain is already using the selector and whenever I try to make a 2nd selector it messes up :S How do I add collision to objects on the terrain?
Last edited by DarkRage4 on Mon Sep 07, 2009 6:31 pm, edited 1 time in total.
DarkRage4
Posts: 31
Joined: Wed Jul 29, 2009 11:07 pm
Location: Ontario, Canada
Contact:

Post by DarkRage4 »

nvm I solved the problem! :D
cheshirekow
Posts: 105
Joined: Mon Jul 27, 2009 4:06 pm
Location: Cambridge, MA

Post by cheshirekow »

You should post your solution in case someone else has the same problem (not just say you solved it).
DarkRage4
Posts: 31
Joined: Wed Jul 29, 2009 11:07 pm
Location: Ontario, Canada
Contact:

Post by DarkRage4 »

adding another selector does work, it was just an error in my coding so
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

Post Reply