Skip to content

Commit 6fab4f3

Browse files
committed
Point people towards the active THREE.js GLTFLoader.js and deprecate the old THREE.js glTF loaders from this repo
1 parent a938530 commit 6fab4f3

33 files changed

+10
-161606
lines changed
File renamed without changes.

loaders/dummy/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<head>
44
<title></title>
55

6-
<script type="text/javascript" src="../glTF-parser.js"></script>
6+
<script type="text/javascript" src="glTF-parser.js"></script>
77
<script type="text/javascript" src="dummy-loader.js"></script>
8-
<script type="text/javascript">
8+
<script type="text/javascript">
99
var dummyLoader = Object.create(DummyLoader);
1010

1111
dummyLoader.initWithPath("../../sampleModels/Duck/glTF-MaterialsCommon/duck.gltf");
1212

1313
dummyLoader.load(null, null);
1414

15-
</script>
15+
</script>
1616
</head>
1717
<body>
1818
</html>

0 commit comments

Comments
 (0)