Skip to content

Commit

Permalink
2.32.9
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinMachado committed Sep 10, 2021
1 parent ca078ff commit 80d5be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ud-viz",
"version": "2.32.8",
"version": "2.32.9",
"description": "A collection of itowns plugins",
"main": "src",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export { jquery };
import * as THREE from 'three';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls';
import { TransformControls } from 'three/examples/jsm/controls/TransformControls';
export { THREE, OrbitControls, TransformControls };
import { ConvexGeometry } from 'three/examples/jsm/geometries/ConvexGeometry';
export { THREE, OrbitControls, TransformControls, ConvexGeometry };

//proj4
import * as proj4 from 'proj4';
Expand Down

0 comments on commit 80d5be3

Please sign in to comment.