Rendering for r_light_probe_volume_debug_grid
Don't make the debug scene object batchable, fixes lighting not working randomly - fuck knows why
Add r_light_probe_volume_debug_grid_bbox
Add the remaining convars
Ball impostors for layla
https://cdn.discordapp.com/attachments/967087958266114048/970305957269762048/unknown.png
C++ part of ball impostors
Merge branch 'light_probe_volume_debug_grid' of sbox into light_probe_volume_debug_grid
Fix compile
Previous commit stomped all my changes
Add adjustable roughness and metalness configuraiton to lpv debug grid
Merge branch 'light_probe_volume_debug_grid' of sbox into light_probe_volume_debug_grid
Fix some shading problems
hook up metalness and roughness convars
Fix sphere reflection, add smooth fade
Hook up r_light_probe_volume_debug_grid_albedo
Update vertex buffer if r_light_probe_volume_debug_grid_prim changes so we can support cube prims too
Use sample size instead of scale so we can use the convar
Destroy vertex buffers when convar is disabled
Add sample size as shader attribute
Merge branch 'light_probe_volume_debug_grid'