Hi Guys, I’m rather new to babylonjs so please pardon the noob question. I’m trying to make a scene with a viewcube. I found an older project in which they linked the cameras like the following…
scene.render();
sceneAxisView.render();
sceneAxisView.activeCamera.alpha = scene.activeCamera.alpha;
sceneAxisView.activeCamera.beta = scene.activeCamera.beta;
However, when I attempt to use the same code snippet with the latest babylon code, there is no Alpha or Beta under the activeCamera. How can I do the same thing?
Thanks