diff --git a/globe/globe.js b/globe/globe.js index 806e5697..917e7db9 100644 --- a/globe/globe.js +++ b/globe/globe.js @@ -402,6 +402,7 @@ DAT.Globe = function(container, opts) { this.createPoints = createPoints; this.renderer = renderer; this.scene = scene; + this.resize = onWindowResize; return this;