Skip to content

Commit

Permalink
Merge pull request #18358 from SBRK/patch-1
Browse files Browse the repository at this point in the history
Typescript: fixed missing export of PMREMGenerator
  • Loading branch information
Mugen87 authored Jan 10, 2020
2 parents 39933df + abf4de2 commit bf772db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Three.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export * from './extras/core/CurvePath';
export * from './extras/core/Curve';
export * from './extras/ImageUtils';
export * from './extras/ShapeUtils';
export * from './extras/PMREMGenerator';
export * from './renderers/webgl/WebGLBufferRenderer';
export * from './renderers/webgl/WebGLCapabilities';
export * from './renderers/webgl/WebGLClipping';
Expand Down

0 comments on commit bf772db

Please sign in to comment.