-BSP         Binary Space Partitioning

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


BSP - Binary Space Partitioning. A popular algorithm for drawing a scene offering efficient {LEX()}culling{LEX} and collision detection. BSP is typically used for interior scenes. Read more information about Ogre's BSP Scene Manager.

The XSI community defines BSP in laymans terms. Try experimenting with more techniques to optimize BSP distribution and rendering speed.

Find more information about how to make a BSP file. Be sure when designing the level to follow these specified guidelines.

{WIKIPEDIA(page="Binary space partitioning")/}