Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
viewer: {
html: defaultViewer,
params: {
enableDragAndDrop: false
}
},
navBar: {
html: navbar,
params: {
speedList: {
"0.5x": "0.5",
"1.0x": "1.0",
"1.5x": "1.5",
"2.0x": "2.0",
},
logoImage: images.babylonLogo,
logoText: 'BabylonJS',
logoLink: 'https://babylonjs.com',
hideHelp: true,
hideHd: true,
hideVr: true,
hidePrint: true,
disableOnFullscreen: false,
text: {
hdButton: "Toggle HD",
fullscreenButton: "Toggle Fullscreen",
helpButton: "Help",
vrButton: "Toggle VR",
printButton: "3D Print Object"
}
},
events: {