From ba8ec21f7a0eeb93537d53df780a9ece3aa88095 Mon Sep 17 00:00:00 2001 From: LArrowHead Date: Thu, 2 Aug 2018 13:33:35 -0400 Subject: [PATCH] Transcode to UTF-8, converted to Markdown --- README => README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename README => README.md (80%) diff --git a/README b/README.md similarity index 80% rename from README rename to README.md index fd1a52b..e62e64a 100644 --- a/README +++ b/README.md @@ -1,6 +1,6 @@ -The Lab Renderer +# The Lab Renderer -Valve’s VR renderer used in The Lab (Valve’s VR launch title for the HTC Vive). +Valve’s VR renderer used in The Lab (Valve’s VR launch title for the HTC Vive). This is the set of scripts and shaders that drove rendering in The Lab. It is a forward renderer with support for up to 18 dynamic shadowing lights in a single pass with MSAA enabled, and it included the Adaptive Quality system that dynamically adjusts rendering resolution to maintain framerate in VR.