Skip to content

Commit 4b217f8

Browse files
authored
Merge pull request #15164 from Mugen87/dev17
Examples: Clean up
2 parents c0dbf05 + cafc255 commit 4b217f8

File tree

14 files changed

+2
-2077
lines changed

14 files changed

+2
-2077
lines changed

docs/api/en/materials/SpriteMaterial.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ <h2>Examples</h2>
1818
<div>
1919
[example:webgl_sprites WebGL / sprites]<br />
2020
[example:misc_ubiquity_test misc / ubiquity / test]<br />
21-
[example:misc_ubiquity_test2 misc / ubiquity / test2]<br />
2221
[example:software_sandbox software / sandbox]<br />
2322
[example:svg_sandbox svg / sandbox]<br />
2423
[example:webgl_materials_cubemap_dynamic webgl / materials / cubemap / dynamic]

docs/api/zh/materials/SpriteMaterial.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ <h2>例子(Examples)</h2>
1818
<div>
1919
[example:webgl_sprites WebGL / sprites]<br />
2020
[example:misc_ubiquity_test misc / ubiquity / test]<br />
21-
[example:misc_ubiquity_test2 misc / ubiquity / test2]<br />
2221
[example:software_sandbox software / sandbox]<br />
2322
[example:svg_sandbox svg / sandbox]<br />
2423
[example:webgl_materials_cubemap_dynamic webgl / materials / cubemap / dynamic]

examples/files.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ var files = {
189189
"webgl_modifier_tessellation",
190190
"webgl_morphtargets",
191191
"webgl_morphtargets_horse",
192-
"webgl_morphtargets_human",
193192
"webgl_morphtargets_sphere",
194193
"webgl_multiple_canvases_circle",
195194
"webgl_multiple_canvases_complex",
@@ -356,7 +355,7 @@ var files = {
356355
"misc_fps",
357356
"misc_lights_test",
358357
"misc_lookat",
359-
"misc_ubiquity_test2",
358+
"misc_ubiquity_test",
360359
"misc_uv_tests"
361360
],
362361
"css3d": [

examples/js/UCSCharacter.js

Lines changed: 0 additions & 141 deletions
This file was deleted.

examples/misc_ubiquity_test2.html renamed to examples/misc_ubiquity_test.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>three.js misc - ubiquity - test2</title>
4+
<title>three.js misc - ubiquity - test</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
77
<style>
@@ -15,9 +15,6 @@
1515
<body>
1616

1717
<script src="../build/three.js"></script>
18-
19-
<script src="js/renderers/Projector.js"></script>
20-
2118
<script src="js/libs/stats.min.js"></script>
2219

2320
<div id='container1' style='float: left '></div>
-503 KB
Binary file not shown.
-199 KB
Binary file not shown.
-190 KB
Binary file not shown.
-195 KB
Binary file not shown.
-271 KB
Binary file not shown.

0 commit comments

Comments
 (0)