Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
avvy
Postprocessing
Commits
7c8310f4
Commit
7c8310f4
authored
7 years ago
by
Raoul v. R
Browse files
Options
Download
Email Patches
Plain Diff
Updated docs.
parent
23017430
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/docs/package.json
+17
-16
public/docs/package.json
public/docs/source.html
+2
-2
public/docs/source.html
with
19 additions
and
18 deletions
+19
-18
public/docs/package.json
View file @
7c8310f4
{
"name"
:
"postprocessing"
,
"version"
:
"2.
2
.0"
,
"version"
:
"2.
3
.0"
,
"description"
:
"A post processing library that provides the means to implement 2D filter effects for three.js."
,
"homepage"
:
"https://github.com/vanruesc/postprocessing"
,
"main"
:
"build/postprocessing.js"
,
...
...
@@ -52,27 +52,28 @@
"dependencies"
:
{
"dat.gui"
:
"0.6.x"
,
"stats.js"
:
"0.17.x"
,
"three"
:
"0.8
6
.x"
"three"
:
"0.8
7
.x"
},
"devDependencies"
:
{
"babel-preset-es2015-rollup"
:
"3.0.x"
,
"babel-core"
:
"6.x.x"
,
"babel-preset-es2015-rollup"
:
"3.x.x"
,
"grunt"
:
"1.x.x"
,
"grunt-cli"
:
"1.
2
.x"
,
"grunt-contrib-clean"
:
"1.
1
.x"
,
"grunt-contrib-copy"
:
"1.
0
.x"
,
"grunt-contrib-nodeunit"
:
"1.
0
.x"
,
"grunt-contrib-uglify"
:
"3.
0
.x"
,
"grunt-cli"
:
"1.
x
.x"
,
"grunt-contrib-clean"
:
"1.
x
.x"
,
"grunt-contrib-copy"
:
"1.
x
.x"
,
"grunt-contrib-nodeunit"
:
"1.
x
.x"
,
"grunt-contrib-uglify"
:
"3.
x
.x"
,
"grunt-esdoc"
:
"0.x.x"
,
"grunt-eslint"
:
"20.
0
.x"
,
"grunt-eslint"
:
"20.
x
.x"
,
"grunt-inline-import"
:
"0.x.x"
,
"grunt-rollup"
:
"
2.0
.x"
,
"jit-grunt"
:
"0.
10
.x"
,
"load-grunt-config"
:
"0.
19
.x"
,
"rollup-plugin-babel"
:
"
2.7
.x"
,
"rollup-plugin-node-resolve"
:
"3.
0
.x"
,
"rollup-plugin-string"
:
"2.
0
.x"
,
"time-grunt"
:
"1.
4
.x"
"grunt-rollup"
:
"
3.x
.x"
,
"jit-grunt"
:
"0.
x
.x"
,
"load-grunt-config"
:
"0.
x
.x"
,
"rollup-plugin-babel"
:
"
3.x
.x"
,
"rollup-plugin-node-resolve"
:
"3.
x
.x"
,
"rollup-plugin-string"
:
"2.
x
.x"
,
"time-grunt"
:
"1.
x
.x"
},
"peerDependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
public/docs/source.html
View file @
7c8310f4
...
...
@@ -139,7 +139,7 @@
<td
class=
"coverage"
><span
data-ice=
"coverage"
>
100 %
</span><span
data-ice=
"coverageCount"
class=
"coverage-count"
>
3/3
</span></td>
<td
style=
"display: none;"
data-ice=
"size"
>
1881 byte
</td>
<td
style=
"display: none;"
data-ice=
"lines"
>
76
</td>
<td
style=
"display: none;"
data-ice=
"updated"
>
2017-08-03 1
1:59:39
(UTC)
</td>
<td
style=
"display: none;"
data-ice=
"updated"
>
2017-08-03 1
3:45:52
(UTC)
</td>
</tr>
<tr
data-ice=
"file"
>
<td
data-ice=
"filePath"
><span><a
href=
"file/src/materials/CombineMaterial.js.html"
>
src/materials/CombineMaterial.js
</a></span></td>
...
...
@@ -316,7 +316,7 @@
<td
class=
"coverage"
><span
data-ice=
"coverage"
>
100 %
</span><span
data-ice=
"coverageCount"
class=
"coverage-count"
>
6/6
</span></td>
<td
style=
"display: none;"
data-ice=
"size"
>
1922 byte
</td>
<td
style=
"display: none;"
data-ice=
"lines"
>
81
</td>
<td
style=
"display: none;"
data-ice=
"updated"
>
2017-08-03 1
2:06:42
(UTC)
</td>
<td
style=
"display: none;"
data-ice=
"updated"
>
2017-08-03 1
3:45:55
(UTC)
</td>
</tr>
<tr
data-ice=
"file"
>
<td
data-ice=
"filePath"
><span><a
href=
"file/src/passes/ClearMaskPass.js.html"
>
src/passes/ClearMaskPass.js
</a></span></td>
...
...
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
Menu
Projects
Groups
Snippets
Help