Author Topic: POF Cross Sections  (Read 1303 times)

0 Members and 1 Guest are viewing this topic.

Offline mjn.mixael

  • Cutscene Master
  • 212
  • Chopped liver
    • Steam
    • Twitter
Anyone know what they are and what they do?
Cutscene Upgrade Project - Mainhall Remakes - Between the Ashes
Youtube Channel - P3D Model Box
Between the Ashes is looking for committed testers, PM me for details.
Freespace Upgrade Project See what's happening.

 

Offline z64555

  • 210
  • Self-proclaimed controls expert
    • Minecraft
    • Steam
Possibly BSP/collision detection related...
Secure the Source, Contain the Code, Protect the Project
chief1983

------------
funtapaz: Hunchon University biologists prove mankind is evolving to new, higher form of life, known as Homopithecus Juche.
z64555: s/J/Do
BotenAlfred: <funtapaz> Hunchon University biologists prove mankind is evolving to new, higher form of life, known as Homopithecus Douche.

 

Offline zookeeper

  • *knock knock* Who's there? Poe. Poe who?
  • 210
Someone explained to me that cross sections define the size of the explosions at distance x from the centerpoint of the ship. Or, in other words, when the wiping effect runs during ship explosions, the code looks for the nearest cross section defined in the model file, and uses the associated radius to determine the size of the fireball.

So if you have a pyramid-shaped ship with the centerpoint near the base, you'll want to make a cross section with a large radius but small depth (to cover the wide base) and then a cross section with a small radius but bigger depth (to cover the thin peak). Might need to switch radius and depth though; I've never tried to use the feature myself so I'm not sure.