Add water reflection camera to RuntimeHost class

This commit is contained in:
2026-04-07 06:43:02 +02:00
parent 08c880ccf2
commit e65e6b730e

View File

@@ -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();