GLTF 2.0 support, Updated Scripting, Fixed point light shadowing, Added editor focus camera

This commit is contained in:
antopilo
2021-09-06 22:28:54 -04:00
parent a6823ba2fa
commit 61e54c5a46
12 changed files with 184 additions and 78 deletions

View File

@@ -315,7 +315,7 @@ namespace Nuake {
Renderer::DrawQuad(Matrix4());
}
m_DeferredBuffer->Unbind();
glEnable(GL_DEPTH_TEST);
Renderer::EndDraw();
}