View Single Post
  #198  
Old 04-30-2011, 02:00 PM
David Hayward David Hayward is offline
Approved Member
 
Join Date: Dec 2010
Posts: 1,183
Default

Quote:
Originally Posted by fish99 View Post
If that IS true for CoD then it certainly shouldn't be, and it isn't how collisions are typically done. The visible trees should be arranged into spatial hierarchies or groups so 95% of them can be excluded from individual collisions tests with just a few bounding box or sphere tests. You do not have to calculate the distance from every tree to every aircraft.

I'm sure the devs know all this though, they just haven't had time to implement it yet.
I can only go by what Luthier posted here. He said they were checking every tree for every aircraft. I'm guessing that is what they did for IL-2, and they thought it would work ok for CoD, but I am just guessing.

Yes, they obviously have to group the trees so that only certain groups have to be check for every aircraft. The trick is how you do that.
Reply With Quote