Skip to content

Commit

Permalink
htdocs/lib/cesium: CesiumJS is now a git submodule.
Browse files Browse the repository at this point in the history
htdocs/index.js: modified paths to accomodate new location.
.gitmodules: module cesium points to my fork of Cesium with WebXR integration.
  • Loading branch information
pupitetris committed Jun 24, 2023
1 parent 470dac2 commit 79561aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "cesium"]
path = htdocs/lib/cesium
url = [email protected]:pupitetris/cesium-webxr.git
branch = webxr-poc
3 changes: 1 addition & 2 deletions htdocs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import {QueryArgs} from './lib/webxr-samples/util/query-args.js';

import {bingKey, cesiumKey} from './var.js';

import * as Cesium from './src/cesium/Cesium.js';
import * as THREE from './lib/three/three.module.js';
import * as Cesium from './lib/cesium/Build/Cesium/Cesium.js';
import {CesiumVR} from './src/CesiumVR.js'

var LOFI_ENABLED = false;
Expand Down
1 change: 1 addition & 0 deletions htdocs/lib/cesium
Submodule cesium added at 62d851

0 comments on commit 79561aa

Please sign in to comment.