Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nicholas Wech
three.js-lite
Commits
0c6bcd0c
Commit
0c6bcd0c
authored
13 years ago
by
Mr.doob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Page structure almost done.
parent
438ac8f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
8 deletions
+20
-8
docs/api/cameras/Camera.html
docs/api/cameras/Camera.html
+16
-6
docs/index.html
docs/index.html
+3
-1
docs/styles.css
docs/styles.css
+1
-1
No files found.
docs/api/cameras/Camera.html
View file @
0c6bcd0c
<html>
<!doctype html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Camera
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../styles.css"
/>
</head>
<body>
<h1>
Camera
</h1>
Abstract base class for cameras.
<h1>
Camera
←
<a
href=
"../core/Object3D.js"
>
Object3D
</a></h1>
<div>
Abstract base class for cameras.
</div>
<h2>
Constructor
</h2>
<code>
Camera()
Camera()
</code>
<h2>
Properties
</h2>
<h3>
matrixWorldInverse
<a
href=
"../core/Matrix4.js"
>
Matrix4
</a></h3>
...
...
@@ -22,10 +28,14 @@
<h2>
Methods
</h2>
<h3>
lookAt( vector
<a
href=
"../core/Vector3.js"
>
Matrix4
</a>
)
</h3>
<h3>
lookAt( vector
<a
href=
"../core/Vector3.js"
>
Vector3
</a>
)
</h3>
<div>
Orient camera to look at Vector3()
</div>
Orient camera to look at Vector3()
<h2>
Source
</h2>
<div><a
href=
"https://github.com/mrdoob/three.js/blob/master/src/cameras/Camera.js"
>
src/cameras/Camera.js
</a></div>
</body>
</html>
This diff is collapsed.
Click to expand it.
docs/index.html
View file @
0c6bcd0c
<html>
<!doctype html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
three.js - documentation
</title>
<style>
body
{
...
...
This diff is collapsed.
Click to expand it.
docs/styles.css
View file @
0c6bcd0c
...
...
@@ -7,7 +7,7 @@ body {
}
h1
{
color
:
#
ff0000
;
color
:
#
444
;
font-size
:
25px
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment