Skip to content

Commit

Permalink
added _THREE types
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Oct 9, 2020
1 parent a64f84c commit a9bab3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ declare export default class Modeller {
*/
constructor(THREE: THREE);

/**
* The three.js lib injected from constructor.
* @internal
*/
_THREE: THREE;

/**
* Construct a model from input mesh. The mesh must hold a `BufferGeometry` which
* must contain `attributes.position` and optionally include attributes `normal`,
Expand Down

0 comments on commit a9bab3f

Please sign in to comment.