Add water reflection camera to RuntimeHost class
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user