mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 02:15:32 +00:00
Renderer changes; render buckets now use new abstract class IRenderable instead of CSceneNode to allow rendering non-nodes, plus renderer modified to easily allow multiple rendering passes overlaid on each other
This commit is contained in:
@@ -98,7 +98,7 @@ void CWorldEditorWindow::PaintViewport(double DeltaTime)
|
||||
if (pSky) mpRenderer->RenderSky(pSky, mCamera.Position());
|
||||
}
|
||||
|
||||
mpRenderer->RenderScene(mCamera);
|
||||
mpRenderer->RenderBuckets(mCamera);
|
||||
mpRenderer->EndFrame();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user