Browse Source

Merge pull request #12264 from moraxy/remove_ortho2_remainders

Docs: Removed remaining links to canvas_camera_orthographic2 example
Mr.doob 7 years ago
parent
commit
270f9db840
2 changed files with 0 additions and 2 deletions
  1. 0 1
      docs/api/cameras/OrthographicCamera.html
  2. 0 1
      examples/files.js

+ 0 - 1
docs/api/cameras/OrthographicCamera.html

@@ -25,7 +25,6 @@
 		<h2>Example</h2>
 
 		<div>[example:canvas_camera_orthographic camera / orthographic ]</div>
-		<div>[example:canvas_camera_orthographic2 camera / orthographic2 ]</div>
 		<div>[example:webgl_camera camera ]</div>
 		<div>[example:webgl_interactive_cubes_ortho interactive / cubes / ortho ]</div>
 		<div>[example:webgl_materials_cubemap_dynamic materials / cubemap / dynamic ]</div>

+ 0 - 1
examples/files.js

@@ -340,7 +340,6 @@ var files = {
 	"canvas": [
 		"canvas_ascii_effect",
 		"canvas_camera_orthographic",
-		"canvas_camera_orthographic2",
 		"canvas_geometry_birds",
 		"canvas_geometry_cube",
 		"canvas_geometry_earth",