From 97c6bea3641b16bf716dbe88d0cb4af885e28078 Mon Sep 17 00:00:00 2001 From: Donovan Hutchence Date: Fri, 6 Dec 2024 15:57:57 +0000 Subject: [PATCH] small --- src/templates/viewer-html-template.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/viewer-html-template.ts b/src/templates/viewer-html-template.ts index c10640a9..a9cf0f3f 100644 --- a/src/templates/viewer-html-template.ts +++ b/src/templates/viewer-html-template.ts @@ -202,8 +202,8 @@ const template = /* html */ ` this.entity.camera.horizontalFov = true; this.entity.camera.farClip = bbox.halfExtents.length() * 20; this.entity.camera.nearClip = this.entity.camera.farClip * 0.001; - // set NEUTRAL tonemapping until https://github.com/playcanvas/engine/pull/7179 is deployed - this.entity.camera.toneMapping = 5; + // set NONE tonemapping until https://github.com/playcanvas/engine/pull/7179 is deployed + this.entity.camera.toneMapping = 6; if (bbox.halfExtents.length() > 100 || resetPosition || resetTarget) { this.resetCamera(bbox);