View Single Post
  #7  
Old 03-31-2011, 06:53 AM
luthier luthier is offline
Approved Member
 
Join Date: Dec 2007
Location: Moscow, Russia
Posts: 284
Default

Quote:
Originally Posted by Heliocon View Post
For the trees, (is speed tree being used?) why not just create a hitbox around their center and generate it when a plane gets close to/within a certain range of a tree.
That's exactly what we tried at first, but there are too many trees and too many planes. We also use a rather unorthodox scheme for tree coordinates, which allows us to generate more trees in a frame than perhaps ever in the history of speedtree, but that also makes collisions difficult to track.

Even with a single plane, anything we try leads to significant freezes when flying over terrain, much worse than anything you currently see, and if you have say two large squadrons taking off one in England and one in France, forget it, the constant generation of collisions against multiple fast-moving objects kills everything.

This could possibly be cured by dumping everything onto a separate core used for nothing but tree collisions, but that would instantly increase our system requirements to 4+ core systems.
Reply With Quote