Skip to content

Commit

Permalink
gltf: export GLTFMaterialParser
Browse files Browse the repository at this point in the history
  • Loading branch information
belom88 committed Apr 22, 2021
1 parent 666ca3b commit 55f537e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/experimental/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export {default as VRDisplay} from './webvr/vr-display';
// glTF Scenegraph Instantiator
export {default as GLTFEnvironment} from './gltf/gltf-environment';
export {default as createGLTFObjects} from './gltf/create-gltf-objects';
export {default as GLTFMaterialParser} from './gltf/gltf-material-parser';

// Core nodes
export {default as ScenegraphNode} from './scenegraph/scenegraph-node';
Expand Down
1 change: 1 addition & 0 deletions modules/experimental/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export {default as VRDisplay} from './webvr/vr-display';
// glTF Scenegraph Instantiator
export {default as GLTFEnvironment} from './gltf/gltf-environment';
export {default as createGLTFObjects} from './gltf/create-gltf-objects';
export {default as GLTFMaterialParser} from './gltf/gltf-material-parser';

// Core nodes
export {default as ScenegraphNode} from './scenegraph/scenegraph-node';
Expand Down

0 comments on commit 55f537e

Please sign in to comment.