Skip to content

Commit

Permalink
[CHORE] Make all examples use minified library
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Apr 20, 2024
1 parent 4f99adb commit da4e39e
Show file tree
Hide file tree
Showing 189 changed files with 189 additions and 189 deletions.
2 changes: 1 addition & 1 deletion examples/annotations/annotations_occlusionEnabled_dtx.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h3>Resources</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, AnnotationsPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, AnnotationsPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
2 changes: 1 addition & 1 deletion examples/bookmarking/loadViewpoint_BitmapsAndLines.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin,GLTFLoaderPlugin, NavCubePlugin, BCFViewpointsPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin,GLTFLoaderPlugin, NavCubePlugin, BCFViewpointsPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer
Expand Down
2 changes: 1 addition & 1 deletion examples/bookmarking/loadViewpoint_xrayedObjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, NavCubePlugin, BCFViewpointsPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, NavCubePlugin, BCFViewpointsPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer
Expand Down
2 changes: 1 addition & 1 deletion examples/bookmarking/saveViewpoint_xrayedObjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>Resources</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, SectionPlanesPlugin, Bitmap, LineSet, buildGridGeometry, BCFViewpointsPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, SectionPlanesPlugin, Bitmap, LineSet, buildGridGeometry, BCFViewpointsPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/glb_BoxTextured.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, GLTFLoaderPlugin, ReflectionMap, FastNavPlugin, sRGBEncoding} from "../../dist/xeokit-sdk.es.js";
import {Viewer, GLTFLoaderPlugin, ReflectionMap, FastNavPlugin, sRGBEncoding} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/glb_GoogleStreetMaps_Beograd01.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/glb_GoogleStreetMaps_BeogradCenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/glb_GoogleStreetMaps_DveKule.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/glb_HousePlan.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, GLTFLoaderPlugin, ReflectionMap, FastNavPlugin, sRGBEncoding} from "../../dist/xeokit-sdk.es.js";
import {Viewer, GLTFLoaderPlugin, ReflectionMap, FastNavPlugin, sRGBEncoding} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/web-ifc_dtx_Duplex.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3>Assets</h3>

<script type="module">

import {Viewer, WebIFCLoaderPlugin, NavCubePlugin, TreeViewPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, WebIFCLoaderPlugin, NavCubePlugin, TreeViewPlugin} from "../../dist/xeokit-sdk.min.es.js";
import * as WebIFC from "https://cdn.jsdelivr.net/npm/[email protected]/web-ifc-api.js";

const viewer = new Viewer({
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/web-ifc_dtx_Duplex_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3>Assets</h3>

<script type="module">

import {Viewer, WebIFCLoaderPlugin, NavCubePlugin, TreeViewPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, WebIFCLoaderPlugin, NavCubePlugin, TreeViewPlugin} from "../../dist/xeokit-sdk.min.es.js";
import * as WebIFC from "https://cdn.jsdelivr.net/npm/[email protected]/web-ifc-api.js";

const viewer = new Viewer({
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/web-ifc_vbo_MAPGroundFloor.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>Assets</h3>
WebIFCLoaderPlugin,
NavCubePlugin,
FastNavPlugin
} from "../../dist/xeokit-sdk.es.js";
} from "../../dist/xeokit-sdk.min.es.js";
import * as WebIFC from "https://cdn.jsdelivr.net/npm/[email protected]/web-ifc-api.js";

const viewer = new Viewer({
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/web-ifc_vbo_ignoreMetadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h3>Assets</h3>

<script type="module">

import {Viewer, WebIFCLoaderPlugin, NavCubePlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, WebIFCLoaderPlugin, NavCubePlugin} from "../../dist/xeokit-sdk.min.es.js";
import * as WebIFC from "https://cdn.jsdelivr.net/npm/[email protected]/web-ifc-api.js";

const viewer = new Viewer({
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/xkt_dtx_DemoProjekt.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, NavCubePlugin, TreeViewPlugin, FastNavPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, NavCubePlugin, TreeViewPlugin, FastNavPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer, arrange the camera, tweak x-ray and highlight materials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h3>Assets</h3>

<script type="module">

import {Viewer, XKTLoaderPlugin, TreeViewPlugin, ContextMenu} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, TreeViewPlugin, ContextMenu} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h3>Assets</h3>

<script type="module">

import {Viewer, XKTLoaderPlugin, TreeViewPlugin, ContextMenu} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, TreeViewPlugin, ContextMenu} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h3>Assets</h3>

<script type="module">

import {Viewer, XKTLoaderPlugin, TreeViewPlugin, ContextMenu} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, TreeViewPlugin, ContextMenu} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/xkt_vbo_DemoProjekt.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h3>Resources</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, NavCubePlugin, TreeViewPlugin, FastNavPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, NavCubePlugin, TreeViewPlugin, FastNavPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer, arrange the camera, tweak x-ray and highlight materials
Expand Down
2 changes: 1 addition & 1 deletion examples/buildings/xkt_vbo_HolterTower.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h3>Assets</h3>

<script type="module">

import {Viewer, XKTLoaderPlugin, NavCubePlugin, TreeViewPlugin, FastNavPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, NavCubePlugin, TreeViewPlugin, FastNavPlugin} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/cities/XKT_dtx_Lyon.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>Resources</h3>
ReadableGeometry,
buildPlaneGeometry,
FastNavPlugin
} from "../../dist/xeokit-sdk.es.js";
} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer with a logarithmic depth buffer
Expand Down
2 changes: 1 addition & 1 deletion examples/emphasising/select_glowThroughFalse.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Components Used</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer
Expand Down
2 changes: 1 addition & 1 deletion examples/emphasising/select_glowThroughFalse_dtx.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Components Used</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer
Expand Down
2 changes: 1 addition & 1 deletion examples/lidar/glb_SkatePark.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Resources</h3>
</body>
<script type="module">

import {Viewer, LightMap, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, LightMap, GLTFLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/lidar/laz_NallsPumpkinHill.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Resources</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, LASLoaderPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, LASLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/lidar/xkt_MAP.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3>Resources</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, NavCubePlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, NavCubePlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer, arrange the camera
Expand Down
2 changes: 1 addition & 1 deletion examples/lidar/xkt_MAP_alignPointCloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, NavCubePlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, NavCubePlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer, arrange the camera
Expand Down
2 changes: 1 addition & 1 deletion examples/measurement/angle_createWithMouse_nosnapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
2 changes: 1 addition & 1 deletion examples/measurement/angle_createWithMouse_snapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Assets</h3>
</body>
<script type="module">

import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, ContextMenu, AngleMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

const viewer = new Viewer({
canvasId: "myCanvas-medium",
Expand Down
2 changes: 1 addition & 1 deletion examples/measurement/angle_createWithTouch_snapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3>Resources</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, AngleMeasurementsTouchControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, AngleMeasurementsPlugin, AngleMeasurementsTouchControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
2 changes: 1 addition & 1 deletion examples/measurement/angle_modelWithMeasurements.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, ContextMenu, AngleMeasurementsPlugin} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, ContextMenu, AngleMeasurementsPlugin} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3>Assets</h3>
DistanceMeasurementsPlugin,
DistanceMeasurementsMouseControl,
PointerLens
} from "../../dist/xeokit-sdk.es.js";
} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer with a logarithmic depth buffer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h3>Assets</h3>
DistanceMeasurementsPlugin,
DistanceMeasurementsMouseControl,
PointerLens
} from "../../dist/xeokit-sdk.es.js";
} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h3>Tutorials</h3>
DistanceMeasurementsMouseControl,
SceneModel,
PointerLens
} from "../../dist/xeokit-sdk.es.js";
} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3>Tutorials</h3>
DistanceMeasurementsPlugin,
DistanceMeasurementsMouseControl,
SceneModel,
PointerLens} from "../../dist/xeokit-sdk.es.js";
PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3>Assets</h3>
// Import the modules we need for this example
//------------------------------------------------------------------------------------------------------------------

import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.es.js";
import {Viewer, XKTLoaderPlugin, ContextMenu, DistanceMeasurementsPlugin, DistanceMeasurementsMouseControl, PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h3>Tutorials</h3>
DistanceMeasurementsPlugin,
DistanceMeasurementsMouseControl,
SceneModel,
PointerLens} from "../../dist/xeokit-sdk.es.js";
PointerLens} from "../../dist/xeokit-sdk.min.es.js";

//------------------------------------------------------------------------------------------------------------------
// Create a Viewer and arrange the camera
Expand Down
Loading

0 comments on commit da4e39e

Please sign in to comment.