RadixEngine
RadixEngine copied to clipboard
Move GlPortal game renderer to radix
Only leave very specific rendering routines to glportal
Can we pull out all portal specific code to glPortal::renderer::GameRenderer
while all entity/player/debugdraw/scene drawing functions go to radix::renderer::GameRenderer
?