Skip to content

Instantly share code, notes, and snippets.

View grinchfox's full-sized avatar

grinchfox Colinsgrove grinchfox

View GitHub Profile
@grinchfox
grinchfox / bsptest_copy.lua
Created May 13, 2025 13:00
Some proof of concept for IMesh brushes with LightmappedGeneric material. (Doesn't contain any BSP implementation despite it's name)
-- (C) grinchfox Colinsgrove 2016
if SERVER then
if IsValid(traceserverent) then
traceserverent:Remove()
traceserverent = nil
end
traceserverent = ents.Create("prop_physics")