(04-20-2012, 09:00 PM)Homicide13 Wrote: D: So you just used a for(;; statement to check all the possible collisions? I feel like that would lag. >_<
Not really, you only have to do one pass when you add a node. AddAttachedPropToProp is probably a bigger a bottleneck for a reasonable number of walls as that requires reading several files from disk. Besides, if you run the whole thing without using a timer (I used a timer so i could see what it was doing) in the OnStart routine all the work is done in the loading screen anyway.