diff --git a/src/runtime-three/runtime-host.js b/src/runtime-three/runtime-host.js index c3a7300f..fba54bd5 100644 --- a/src/runtime-three/runtime-host.js +++ b/src/runtime-three/runtime-host.js @@ -25,6 +25,7 @@ export class RuntimeHost { localLightGroup = new Group(); brushGroup = new Group(); modelGroup = new Group(); + waterReflectionCamera = new PerspectiveCamera(); firstPersonController = new FirstPersonNavigationController(); orbitVisitorController = new OrbitVisitorNavigationController(); interactionSystem = new RuntimeInteractionSystem();