Navigation Cube
const sampleNavCubeSettings = {
canvasId: "myNavCubeCanvas",
visible: true,
cameraFly: true,
cameraFitFOV: 45,
cameraFlyDuration: 0.5,
canvasWidth: 250,
canvasHeight: 250
};Last updated
Was this helpful?
const sampleNavCubeSettings = {
canvasId: "myNavCubeCanvas",
visible: true,
cameraFly: true,
cameraFitFOV: 45,
cameraFlyDuration: 0.5,
canvasWidth: 250,
canvasHeight: 250
};Last updated
Was this helpful?
Was this helpful?