UNPKG

whs-cube-spheres

Version:

This plugin has a container with multiple spheres.

12 lines (10 loc) 288 B
import {ElementModule} from './ElementModule'; import {CameraModule} from './CameraModule'; import {RenderingModule} from './RenderingModule'; import {SceneModule} from './SceneModule'; export const app = { ElementModule, CameraModule, RenderingModule, SceneModule };