Is view.render() called after you switch the camera ?
On Aug 12, 5:01 pm, colouredfunk <[email protected]> wrote: > Hello, > > I have a scene that has been setup with a Camera3D but when the user > hits a button I want to change to a TargetCamera3D > > I've tried : > > tCamera = new TargetCamera3D( { zoom:10, focus:100, x:0, y:0, z: > -1000 } ); > view.camera = tCamera ; > > But it didn't seem to do anything.... > > Many thanks!
