Python-Building-Generator: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 August 2024

  • curprev 16:4316:43, 19 August 2024Wouter talk contribs 534 bytes +534 Created page with "[Python-Building-Generator] is a procedural building generator that can export to ".bin" or to ".map". Where ".bin" is a set of convex polyhedra. and ".map" is a map file in Quake-3-Arena format. When applying set-theoretical operations on building-geometry, the inherent time-complexity of such an operation is quadratic. [Python-Building-Generator] uses a data-structure called [RTreeNode] within the underlying C++ code, in order to cut down on this time-complexity. This..."