Skip to content

Commit 5b9cd5c

Browse files
authored
Merge pull request #1 from mrdoob/dev
update to the latest
2 parents 4827635 + cd7d987 commit 5b9cd5c

File tree

3,161 files changed

+485027
-646161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,161 files changed

+485027
-646161
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
[*.{js,ts,html}]
10+
charset = utf-8
11+
indent_style = tab
12+
13+
[*.{js,ts}]
14+
trim_trailing_whitespace = true

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please also include a live example if possible. You can start from these templat
1919
##### Three.js version
2020

2121
- [ ] Dev
22-
- [ ] r95
22+
- [ ] r106
2323
- [ ] ...
2424

2525
##### Browser

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
examples/*
22
!examples/js/
3-
src/
43
test/
54
utils/
65
docs/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8.9.4"
3+
- node
44
script:
55
- npm run travis

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright © 2010-2018 three.js authors
3+
Copyright © 2010-2019 three.js authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
three.js
22
========
33

4-
[![Latest NPM release][npm-badge]][npm-badge-url]
5-
[![License][license-badge]][license-badge-url]
6-
[![Dependencies][dependencies-badge]][dependencies-badge-url]
7-
[![Dev Dependencies][devDependencies-badge]][devDependencies-badge-url]
8-
[![Build Status](https://travis-ci.org/mrdoob/three.js.svg?branch=dev)](https://travis-ci.org/mrdoob/three.js)
9-
[![Language Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/mrdoob/three.js.svg?label=code%20quality)](https://lgtm.com/projects/g/mrdoob/three.js/)
4+
[![NPM package][npm]][npm-url]
5+
[![Build Size][build-size]][build-size-url]
6+
[![Build Status][build-status]][build-status-url]
7+
[![Dependencies][dependencies]][dependencies-url]
8+
[![Dev Dependencies][dev-dependencies]][dev-dependencies-url]
9+
[![Language Grade][lgtm]][lgtm-url]
1010

1111
#### JavaScript 3D library ####
1212

13-
The aim of the project is to create an easy to use, lightweight, 3D library. The library provides <canvas>, <svg>, CSS3D and WebGL renderers.
13+
The aim of the project is to create an easy to use, lightweight, 3D library with a default WebGL renderer. The library also provides Canvas 2D, SVG and CSS3D renderers in the examples.
1414

1515
[Examples](http://threejs.org/examples/) —
1616
[Documentation](http://threejs.org/docs/) —
@@ -24,13 +24,13 @@ The aim of the project is to create an easy to use, lightweight, 3D library. The
2424
### Usage ###
2525

2626
Download the [minified library](http://threejs.org/build/three.min.js) and include it in your HTML, or install and import it as a [module](http://threejs.org/docs/#manual/introduction/Import-via-modules),
27-
Alternatively see [how to build the library yourself](https://github.com/mrdoob/three.js/wiki/Build-instructions).
27+
Alternatively, see [how to build the library yourself](https://github.com/mrdoob/three.js/wiki/Build-instructions).
2828

2929
```html
3030
<script src="js/three.min.js"></script>
3131
```
3232

33-
This code creates a scene, a camera, and a geometric cube, and it adds the cube to the scene. It then creates a `WebGL` renderer for the scene and camera, and it adds that viewport to the document.body element. Finally, it animates the cube within the scene for the camera.
33+
This code creates a scene, a camera, and a geometric cube, and it adds the cube to the scene. It then creates a `WebGL` renderer for the scene and camera, and it adds that viewport to the `document.body` element. Finally, it animates the cube within the scene for the camera.
3434

3535
```javascript
3636
var camera, scene, renderer;
@@ -74,14 +74,18 @@ If everything went well you should see [this](https://jsfiddle.net/f2Lommf5/).
7474

7575
### Change log ###
7676

77-
[releases](https://github.com/mrdoob/three.js/releases)
78-
79-
80-
[npm-badge]: https://img.shields.io/npm/v/three.svg
81-
[npm-badge-url]: https://www.npmjs.com/package/three
82-
[license-badge]: https://img.shields.io/npm/l/three.svg
83-
[license-badge-url]: ./LICENSE
84-
[dependencies-badge]: https://img.shields.io/david/mrdoob/three.js.svg
85-
[dependencies-badge-url]: https://david-dm.org/mrdoob/three.js
86-
[devDependencies-badge]: https://img.shields.io/david/dev/mrdoob/three.js.svg
87-
[devDependencies-badge-url]: https://david-dm.org/mrdoob/three.js#info=devDependencies
77+
[Releases](https://github.com/mrdoob/three.js/releases)
78+
79+
80+
[npm]: https://img.shields.io/npm/v/three.svg
81+
[npm-url]: https://www.npmjs.com/package/three
82+
[build-size]: https://badgen.net/bundlephobia/minzip/three
83+
[build-size-url]: https://bundlephobia.com/result?p=three
84+
[build-status]: https://travis-ci.org/mrdoob/three.js.svg?branch=dev
85+
[build-status-url]: https://travis-ci.org/mrdoob/three.js
86+
[dependencies]: https://img.shields.io/david/mrdoob/three.js.svg
87+
[dependencies-url]: https://david-dm.org/mrdoob/three.js
88+
[dev-dependencies]: https://img.shields.io/david/dev/mrdoob/three.js.svg
89+
[dev-dependencies-url]: https://david-dm.org/mrdoob/three.js#info=devDependencies
90+
[lgtm]: https://img.shields.io/lgtm/grade/javascript/g/mrdoob/three.js.svg?label=code%20quality
91+
[lgtm-url]: https://lgtm.com/projects/g/mrdoob/three.js/

0 commit comments

Comments
 (0)