@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
15 lines (12 loc) • 376 B
JavaScript
/**
* Dynamically imports the OrbitControls of three js.
* @returns A Promise of OrbitControls (three js).
*/
async function loadOrbitControls() {
return await import('three/examples/jsm/controls/OrbitControls');
}
/**
* Generated bundle index. Do not edit.
*/
export { loadOrbitControls };
//# sourceMappingURL=c8y-ngx-components-lazy-three-orbit-controls.mjs.map