Skip to content

Commit

Permalink
Merge db65df6 into d84a79b
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Aug 30, 2019
2 parents d84a79b + db65df6 commit ecffb5e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @math.gl/geometry
# @loaders.gl/math

> This library is being developed to support 3D tiles and will be moved to the math.gl repository when it stabilizes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Helper functions to work with WebGL data type constants.
## Usage

```js
import {GL, GLType} from '@math.gl/geometry';
import {GL, GLType} from '@loaders.gl/matth';
// Returns Int8Array.BYTES_PER_ELEMENT
var size = GLType.getSizeInBytes(GL.BYTE);
```
Expand Down
File renamed without changes.

0 comments on commit ecffb5e

Please sign in to comment.