Skip to content

Instantly share code, notes, and snippets.

View LieutenantEva's full-sized avatar

Lieutenant Eva Lee LieutenantEva

View GitHub Profile
@LieutenantEva
LieutenantEva / vxl_brushes.map
Last active January 1, 2026 19:22
Voxel BSP brushes in MAP format
// Cube
{
( -20 -20 20 ) ( -20 20 20 ) ( 20 20 20 ) TOP [ 1 0 0 0 ] [ 0 -1 0 0 ] 0 1 1
( -20 20 -20 ) ( -20 -20 -20 ) ( 20 -20 -20 ) BOTTOM [ 1 8.74228e-08 0 0 ] [ -8.74228e-08 1 0 0 ] 180 1 1
( -20 -20 -20 ) ( -20 20 -20 ) ( -20 20 20 ) LEFT [ 0 -1 0 0 ] [ 0 0 -1 0 ] 0 1 1
( 20 20 -20 ) ( 20 -20 -20 ) ( 20 -20 20 ) RIGHT [ 0 1 0 0 ] [ 0 0 -1 0 ] 0 1 1
( -20 20 -20 ) ( 20 20 -20 ) ( 20 20 20 ) FRONT [ -1 0 0 0 ] [ -0 0 -1 0 ] 0 1 1
( 20 -20 -20 ) ( -20 -20 -20 ) ( -20 -20 20 ) BACK [ 1 0 0 0 ] [ 0 0 -1 0 ] 0 1 1
}