Skip to content

Commit

Permalink
Simplify bundle luma exports (visgl#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored and tsherif committed Nov 25, 2019
1 parent ebecff9 commit ba339f3
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions modules/core/bundle/lumagl.js
Original file line number Diff line number Diff line change
@@ -1,40 +1,27 @@
// Cherry-pick luma core exports that are relevant to deck
export {
// Core classes
AnimationLoop,
Model,
Transform,
ClipSpace,
ProgramManager,
Timeline,
// Context utilities
isWebGL,
isWebGL2,
FEATURES,
hasFeature,
hasFeatures,
getFeatures,
getParameter,
getParameters,
setParameter,
setParameters,
withParameters,
// WebGL1 classes
Buffer,
Shader,
VertexShader,
FragmentShader,
Program,
Framebuffer,
Renderbuffer,
Texture2D,
TextureCube,
// WebGL2 classes
Query,
Texture3D,
TransformFeedback,
VertexArrayObject,
VertexArray,
UniformBufferLayout,
// Geometries
Geometry,
ConeGeometry,
Expand All @@ -45,10 +32,6 @@ export {
SphereGeometry,
TruncatedConeGeometry,
// Shader Modules
fp32,
fp64,
project,
picking,
gouraudLighting,
phongLighting
pbr
} from '@luma.gl/core';

0 comments on commit ba339f3

Please sign in to comment.