Minor improvements
This commit is contained in:
parent
dfaaa08433
commit
7bbb5f2d96
11 changed files with 93 additions and 76 deletions
|
|
@ -6,10 +6,12 @@ import { WebGl2RendererSettings } from './graphics/rendering/webgl2-renderer-set
|
|||
import { applyArrayPlugins } from './helper/array';
|
||||
|
||||
export { Drawable } from './drawables/drawable';
|
||||
export { DrawableDescriptor } from './drawables/drawable-descriptor';
|
||||
export { CircleLight } from './drawables/lights/circle-light';
|
||||
export { Flashlight } from './drawables/lights/flashlight';
|
||||
export { Circle } from './drawables/shapes/circle';
|
||||
export { Tunnel } from './drawables/shapes/tunnel';
|
||||
export { Renderer } from './graphics/rendering/renderer';
|
||||
export { RenderingPassName } from './graphics/rendering/rendering-pass-name';
|
||||
|
||||
export const compile = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue