Browse Source

ReCreated constants /core (#10080)

Lewy Blue 8 years ago
parent
commit
a22f87b0e8
2 changed files with 38 additions and 0 deletions
  1. 37 0
      docs/api/constants/Core.html
  2. 1 0
      docs/list.js

+ 37 - 0
docs/api/constants/Core.html

@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<base href="../../" />
+		<script src="list.js"></script>
+		<script src="page.js"></script>
+		<link type="text/css" rel="stylesheet" href="page.css" />
+	</head>
+	<body>
+		<h1>Core Constants</h1>
+
+		<h2>Revision Number</h2>
+
+		<code>
+		THREE.REV
+		</code>
+
+		<div id="rev">
+			The current Three.js [link:https://github.com/mrdoob/three.js/releases revision number].
+		</div>
+
+    <h2>Mouse Buttons</h2>
+    <code>
+		THREE.MOUSE.LEFT
+		THREE.MOUSE.MIDDLE
+		THREE.MOUSE.RIGHT
+    </code>
+
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
+
+	</body>
+
+
+</html>

+ 1 - 0
docs/list.js

@@ -48,6 +48,7 @@ var list = {
 
 
 		"Constants": [
 		"Constants": [
 			[ "Animation", "api/constants/Animation" ],
 			[ "Animation", "api/constants/Animation" ],
+			[ "Core", "api/constants/Core" ],
 			[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
 			[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
 			[ "DrawModes", "api/constants/DrawModes" ],
 			[ "DrawModes", "api/constants/DrawModes" ],
 			[ "Materials", "api/constants/Materials" ],
 			[ "Materials", "api/constants/Materials" ],