Skip to content

Commit

Permalink
libs modified
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePrisco committed Sep 22, 2023
1 parent 9bbc87e commit 5aaff4e
Show file tree
Hide file tree
Showing 4,627 changed files with 13 additions and 2,437,534 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 4 additions & 2 deletions js/animations.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import * as THREE from '../../../libs/three.js-master/build/three.module.js';
import TWEEN from '../../../libs/tween.js-main/dist/tween.esm.js';
// import * as THREE from '../../../libs/three.js-master/build/three.module.js';
// import TWEEN from '../../../libs/tween.js-main/dist/tween.esm.js';
import * as THREE from '../libs/three.module.js';
import TWEEN from '../libs/tween.esm.js';

import { degToRad, stopAllTweens, playMusic, playSound, pauseAllTweens, resumeAllTweens, randomIntFromInterval, radToDeg } from './utils.js';

Expand Down
12 changes: 8 additions & 4 deletions js/script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import * as THREE from '../libs/three.js-master/build/three.module.js';
import TWEEN from '../libs/tween.js-main/dist/tween.esm.js';
import {OrbitControls} from '../libs/three.js-master/examples/jsm/controls/OrbitControls.js';
import {GLTFLoader} from '../libs/three.js-master/examples/jsm/loaders/GLTFLoader.js';
// import * as THREE from '../libs/three.js-master/build/three.module.js';
// import TWEEN from '../libs/tween.js-main/dist/tween.esm.js';
// import {OrbitControls} from '../libs/three.js-master/examples/jsm/controls/OrbitControls.js';
// import {GLTFLoader} from '../libs/three.js-master/examples/jsm/loaders/GLTFLoader.js';
import * as THREE from '../libs/three.module.js';
import TWEEN from '../libs/tween.esm.js';
// import {OrbitControls} from '../libs/three.js-master/examples/jsm/controls/OrbitControls.js';
import {GLTFLoader} from '../libs/GLTFLoader.js';

import { initCharacters, initCharacterGame, initCharacterKeybordEventListeners, pauseCharacterGame } from './animations.js';
import { degToRad, playMusic, playSound } from './utils.js';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import {
Vector3,
VectorKeyframeTrack,
SRGBColorSpace
} from '../../../build/three.module.js';
} from './three.module.js';
//import { toTrianglesDrawMode } from '../utils/BufferGeometryUtils.js';

class GLTFLoader extends Loader {
Expand Down
14 changes: 0 additions & 14 deletions libs/three.js-master/.editorconfig

This file was deleted.

61 changes: 0 additions & 61 deletions libs/three.js-master/.eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions libs/three.js-master/.gitattributes

This file was deleted.

76 changes: 0 additions & 76 deletions libs/three.js-master/.github/CODE_OF_CONDUCT.md

This file was deleted.

79 changes: 0 additions & 79 deletions libs/three.js-master/.github/CONTRIBUTING.md

This file was deleted.

3 changes: 0 additions & 3 deletions libs/three.js-master/.github/FUNDING.yml

This file was deleted.

85 changes: 0 additions & 85 deletions libs/three.js-master/.github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

5 changes: 0 additions & 5 deletions libs/three.js-master/.github/ISSUE_TEMPLATE/config.yml

This file was deleted.

Loading

0 comments on commit 5aaff4e

Please sign in to comment.