Skip to content

Commit 6ac6e7d

Browse files
authored
Merge pull request #1 from mrdoob/master
Master
2 parents ba4489d + ce501ae commit 6ac6e7d

File tree

1,113 files changed

+51114
-59841
lines changed

Some content is hidden

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

1,113 files changed

+51114
-59841
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Help
3-
#### The issues section is for bug reports and feature requests only. If you need help, please use [stackoverflow](http://stackoverflow.com/questions/tagged/three.js).
3+
#### The issues section is for bug reports and feature requests only. If you need help, please use the [forum](http://discourse.threejs.org/) or [stackoverflow](http://stackoverflow.com/questions/tagged/three.js).
44
---
55
# Bugs
66
#### Before reporting a bug
@@ -14,7 +14,7 @@
1414
1. Specify the revision number of the three.js library where the bug occurred.
1515
2. Specify your browser version, operating system, and graphics card. (for example, Chrome 23.0.1271.95, Windows 7, Nvidia Quadro 2000M)
1616
3. Describe the problem in detail. Explain what happened, and what you expected would happen.
17-
4. Provide a small test-case (http://jsfiddle.net). [Here is a fiddle](http://jsfiddle.net/akmcv7Lh/) you can edit that runs the current version. [And here is a fiddle](http://jsfiddle.net/hw9rcLL8/) that uses the dev branch. If a test-case is not possible, provide a link to a live version of your application.
17+
4. Provide a small test-case (http://jsfiddle.net). [Here is a fiddle](https://jsfiddle.net/3foLr7sn/) you can edit that runs the current version. [And here is a fiddle](https://jsfiddle.net/qgu17w5o/) that uses the dev branch. If a test-case is not possible, provide a link to a live version of your application.
1818
5. If helpful, include a screenshot. Annotate the screenshot for clarity.
1919

2020
---

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Always include a code snippet, screenshots, and any relevant models or textures
1111

1212
Please also include a live example if possible. You can start from these templates:
1313

14-
* [jsfiddle](https://jsfiddle.net/s3rjfcc3/) (latest release branch)
15-
* [jsfiddle](https://jsfiddle.net/ptgwhemb/) (dev branch)
14+
* [jsfiddle](https://jsfiddle.net/3foLr7sn/) (latest release branch)
15+
* [jsfiddle](https://jsfiddle.net/qgu17w5o/) (dev branch)
1616
* [codepen](https://codepen.io/anon/pen/aEBKxR) (latest release branch)
1717
* [codepen](https://codepen.io/anon/pen/BJWzaN) (dev branch)
1818

1919
##### Three.js version
2020

2121
- [ ] Dev
22-
- [ ] r92
22+
- [ ] r96
2323
- [ ] ...
2424

2525
##### Browser

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ three.js
66
[![Dependencies][dependencies-badge]][dependencies-badge-url]
77
[![Dev Dependencies][devDependencies-badge]][devDependencies-badge-url]
88
[![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/)
910

1011
#### JavaScript 3D library ####
1112

12-
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. The library provides Canvas 2D, SVG, CSS3D and WebGL renderers.
1314

1415
[Examples](http://threejs.org/examples/) —
1516
[Documentation](http://threejs.org/docs/) —

bower.json

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

0 commit comments

Comments
 (0)