26:25
Why Doom is Awesome: Binary Space Partitioning
Edit: I'm aware now that Doom didn't use affine texture mapping. I'm also aware that many of the games following Doom used ...
8:53
BSP Trees: The Magic Behind Collision Detection in Quake
An explanation of how Quake, and other games like it, use this revolutionary data structure to stop the player from walking through ...
9:41
Recreating DOOM in Python. Ep2 - Binary Space Partitioning
Binary Space Partitioning is the heart of DOOM! Let's understand what is BSP and how it works in DOOM. Metallica - E1M1 (At ...
6:39
3D Rendering with Binary Space Partitions
Another project I did for school. There are no code examples here, but this illustrates the basic concepts behind a first-person 3D ...
4:26
Cutting Down the BSP Tree - lilith.pk3 (DoomWad)
The Music of Cutting Down The BSP Tree (Map05) of the Doom Wad lilith.pk3 get the wad here ...
13:54
Let's Code DOOM #2 - Binary Space Partitioning Tree
Tutorial on Binary Space Partitioning. Using Python and Raylib library we will create a 3D game like Doom. This series looks at ...
2:53
С. З. Свердлов. Учебные материалы
Демонстрация работы алгоритма двоичного разбиения пространства (BSP).
4:05
... visualize DOOM's BSP (binary space partition) system. The source code is available here: https://github.com/proteal/DOOM-Vis.
6:41
Watch as the first Doom level has its subsectors built. This is visualized using a tool that I wrote which carves subsectors (convex ...
48:24
How DOOM Will Teach You What CS Degrees Miss
This video was sponsored by Brilliant. To try everything Brilliant has to offer—free—for a full 30 days, visit ...
48:19
Painter's Algorithm, BSPs, Z-Buffering
The question of how to figure out what triangle to draw when two of them overlap is an interesting one, that has a variety of ...
0:27
3D Engine demo 1: 3D BSP Trees
Shows my 3D Engine running a sample scene where polygons split by the 3D BSP tree algorithm are assigned a random colour.
9:58
Recreating Doom #30 | BSP for Finding Sectors
Join us for an exciting episode of our DooM Rendering Series as we harness the power of BSP tree traversal to dynamically ...
54:12
Procedural Dungeon Generation with Binary Space Partitioning!
Learn how to build epic procedural dungeons using Binary Space Partitioning! In this step-by-step tutorial, we'll break down the ...
8:24
Online Computer Graphics II: Rendering: Raytracing Acceleration: Binary Space Partitioning Trees
Online Computer Graphics II Course: Rendering: Raytracing Acceleration: Binary Space Partitioning (BSP) Trees (CSE 168 and ...
9:29
ADG Filler #48 - Is the Doom Engine a Raycaster?
So there's a bit of a debate out there as to whether or not the Doom Engine, used in a variety of games, not just the original Doom, ...
20:08
Fast Inverse Square Root — A Quake III Algorithm
In this video we will take an in depth look at the fast inverse square root and see where the mysterious number 0x5f3759df comes ...
18:09
Let's Code DOOM #4 - Level Design with BSP
Tutorial on Binary Space Partitioning. Using Python and Raylib library we will create a 3D Game like Doom. In this video we will ...