Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed Apr 11, 2019
1 parent e7f0a54 commit d76524d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/core/src/index.js
Expand Up @@ -31,6 +31,8 @@ export {COORDINATE_SYSTEM} from './lib/constants';
// Effects
export {default as LightingEffect} from './effects/lighting/lighting-effect';
export {default as CameraLight} from './effects/lighting/camera-light';
export {default as PointLight} from './effects/lighting/point-light';
export {default as DirectionalLight} from './effects/lighting/directional-light';

// Experimental Pure JS (non-React) bindings
export {default as Deck} from './lib/deck';
Expand Down Expand Up @@ -84,7 +86,7 @@ import {default as Tesselator} from './utils/tesselator'; // Export? move to lum
import {count} from './utils/count';

// lighting
export {AmbientLight, PointLight, DirectionalLight} from '@luma.gl/core';
export {AmbientLight} from '@luma.gl/core';

// Exports for layers
// Experimental Features may change in minor version bumps, use at your own risk)
Expand Down

0 comments on commit d76524d

Please sign in to comment.