From eb8a6c9a9291107ea11ac32bf86a04c6df4de8e2 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 14 Jan 2019 22:13:57 +0100 Subject: [PATCH] Don't use camera --- VMC_Processing_Step3.pde | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/VMC_Processing_Step3.pde b/VMC_Processing_Step3.pde index 64ded67..0df31da 100644 --- a/VMC_Processing_Step3.pde +++ b/VMC_Processing_Step3.pde @@ -34,11 +34,8 @@ void draw() background(0xff000000); pushMatrix(); - // FIXME: Camera not setable in VR mode - camera(0, 0, height, - 0, 0, 0, - 0, 1, 0); - scale(20); + scale(5); + translate(0.0, 0.0, -150.0); lightSpecular(64, 64, 64); // Horizonal light.