Commit 87ff2797 authored by Raoul v. R's avatar Raoul v. R
Browse files

Version 6.6.1

parent 6e3152cc
Showing with 3548 additions and 3717 deletions
+3548 -3717
/**
* postprocessing v6.6.0 build Fri Aug 09 2019
* postprocessing v6.6.1 build Tue Sep 03 2019
* https://github.com/vanruesc/postprocessing
* Copyright 2019 Raoul van Rüschen, Zlib
*/
......@@ -1564,8 +1564,8 @@ class BlurPass extends Pass {
constructor({
resolutionScale = 0.5,
width = BlurPass.AUTO_SIZE,
height = BlurPass.AUTO_SIZE,
width = AUTO_SIZE,
height = AUTO_SIZE,
kernelSize = KernelSize.LARGE
} = {}) {
......@@ -1934,8 +1934,8 @@ class BlurPass extends Pass {
}
/**
* An auto sizing flag that can be used for the render {@link width} and
* {@link height}.
* An auto sizing flag that can be used for the render {@link BlurPass.width}
* and {@link BlurPass.height}.
*
* It's recommended to set the height or the width to an absolute value for
* consistent blur results across different devices and resolutions.
......
/**
* postprocessing v6.6.0 build Fri Aug 09 2019
* postprocessing v6.6.1 build Tue Sep 03 2019
* https://github.com/vanruesc/postprocessing
* Copyright 2019 Raoul van Rüschen, Zlib
*/
......@@ -899,9 +899,9 @@
_ref$resolutionScale = _ref.resolutionScale,
resolutionScale = _ref$resolutionScale === void 0 ? 0.5 : _ref$resolutionScale,
_ref$width = _ref.width,
width = _ref$width === void 0 ? BlurPass.AUTO_SIZE : _ref$width,
width = _ref$width === void 0 ? AUTO_SIZE : _ref$width,
_ref$height = _ref.height,
height = _ref$height === void 0 ? BlurPass.AUTO_SIZE : _ref$height,
height = _ref$height === void 0 ? AUTO_SIZE : _ref$height,
_ref$kernelSize = _ref.kernelSize,
kernelSize = _ref$kernelSize === void 0 ? KernelSize.LARGE : _ref$kernelSize;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -7,7 +7,7 @@
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es5,es6"></script>
<script src="https://cdn.jsdelivr.net/npm/proxy-polyfill@latest/proxy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.107.x/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.108.x/build/three.min.js"></script>
<script src="index.js"></script>
</head>
<body>
......
......@@ -7,7 +7,7 @@
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es5,es6"></script>
<script src="https://cdn.jsdelivr.net/npm/proxy-polyfill@latest/proxy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.107.x/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.108.x/build/three.min.js"></script>
<script src="index.min.js"></script>
</head>
<body>
......
{
"name": "postprocessing",
"version": "6.6.0",
"version": "6.6.1",
"description": "A post processing library that provides the means to implement image filter effects for three.js.",
"homepage": "https://github.com/vanruesc/postprocessing",
"main": "build/postprocessing.js",
......@@ -67,7 +67,7 @@
},
"peerDependencies": {
"three": ">= 0.102.0 < 0.108.0"
"three": ">= 0.102.0 < 0.109.0"
},
"devDependencies": {
......@@ -83,7 +83,7 @@
"eslint": "6.x.x",
"eslint-config-delta": "1.x.x",
"math-ds": "1.x.x",
"rimraf": "2.x.x",
"rimraf": "3.x.x",
"rollup": "1.x.x",
"rollup-plugin-babel": "4.x.x",
"rollup-plugin-babel-minify": "9.x.x",
......@@ -91,8 +91,8 @@
"rollup-plugin-glsl": "1.x.x",
"rollup-plugin-node-resolve": "5.x.x",
"synthetic-event": "1.x.x",
"three": "0.107.x",
"three": "0.108.x",
"three-demo": "3.x.x",
"three-gltf-loader": "1.107.x"
"three-gltf-loader": "1.108.x"
}
}
......@@ -7,7 +7,7 @@
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es5,es6"></script>
<script src="https://cdn.jsdelivr.net/npm/proxy-polyfill@latest/proxy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.107.x/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.108.x/build/three.min.js"></script>
<script src="index.js"></script>
</head>
<body>
......
......@@ -7,7 +7,7 @@
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es5,es6"></script>
<script src="https://cdn.jsdelivr.net/npm/proxy-polyfill@latest/proxy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.107.x/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.108.x/build/three.min.js"></script>
<script src="index.min.js"></script>
</head>
<body>
......
......@@ -4139,9 +4139,9 @@
_ref4$resolutionScale = _ref4.resolutionScale,
resolutionScale = _ref4$resolutionScale === void 0 ? 0.5 : _ref4$resolutionScale,
_ref4$width = _ref4.width,
width = _ref4$width === void 0 ? BlurPass.AUTO_SIZE : _ref4$width,
width = _ref4$width === void 0 ? AUTO_SIZE : _ref4$width,
_ref4$height = _ref4.height,
height = _ref4$height === void 0 ? BlurPass.AUTO_SIZE : _ref4$height,
height = _ref4$height === void 0 ? AUTO_SIZE : _ref4$height,
_ref4$kernelSize = _ref4.kernelSize,
kernelSize = _ref4$kernelSize === void 0 ? KernelSize.LARGE : _ref4$kernelSize;
 
......@@ -13041,6 +13041,7 @@
pointsMaterial.color.copy(material.color);
pointsMaterial.map = material.map;
pointsMaterial.lights = false;
pointsMaterial.sizeAttenuation = false;
this.cache.add(cacheKey, pointsMaterial);
}
 
......
This diff is collapsed.
......@@ -160,8 +160,8 @@
<div>
<div data-ice="description"><p>An auto sizing flag that can be used for the render <span><a href="class/src/effects/BloomEffect.js~BloomEffect.html#instance-get-width">width</a></span> and
<span><a href="class/src/effects/BloomEffect.js~BloomEffect.html#instance-get-height">height</a></span>.</p>
<div data-ice="description"><p>An auto sizing flag that can be used for the render <span><a href="class/src/passes/BlurPass.js~BlurPass.html#instance-get-width">BlurPass.width</a></span>
and <span><a href="class/src/passes/BlurPass.js~BlurPass.html#instance-get-height">BlurPass.height</a></span>.</p>
</div>
</div>
</td>
......@@ -1128,8 +1128,8 @@ initialized and every time its own size is updated.</p>
<div data-ice="description"><p>An auto sizing flag that can be used for the render <span><a href="class/src/effects/BloomEffect.js~BloomEffect.html#instance-get-width">width</a></span> and
<span><a href="class/src/effects/BloomEffect.js~BloomEffect.html#instance-get-height">height</a></span>.</p>
<div data-ice="description"><p>An auto sizing flag that can be used for the render <span><a href="class/src/passes/BlurPass.js~BlurPass.html#instance-get-width">BlurPass.width</a></span>
and <span><a href="class/src/passes/BlurPass.js~BlurPass.html#instance-get-height">BlurPass.height</a></span>.</p>
<p>It&apos;s recommended to set the height or the width to an absolute value for
consistent blur results across different devices and resolutions.</p>
</div>
......
......@@ -128,8 +128,8 @@ export class BlurPass extends Pass {
constructor({
resolutionScale = 0.5,
width = BlurPass.AUTO_SIZE,
height = BlurPass.AUTO_SIZE,
width = AUTO_SIZE,
height = AUTO_SIZE,
kernelSize = KernelSize.LARGE
} = {}) {
......@@ -498,8 +498,8 @@ export class BlurPass extends Pass {
}
/**
* An auto sizing flag that can be used for the render {@link width} and
* {@link height}.
* An auto sizing flag that can be used for the render {@link BlurPass.width}
* and {@link BlurPass.height}.
*
* It&apos;s recommended to set the height or the width to an absolute value for
* consistent blur results across different devices and resolutions.
......
......@@ -101,7 +101,7 @@
<a href="https://david-dm.org/vanruesc/postprocessing?type=peer"><img src="https://david-dm.org/vanruesc/postprocessing/peer-status.svg" alt="Peer dependencies"></a>
<a href="https://www.jsdelivr.com/package/npm/postprocessing"><img src="https://badgen.net/jsdelivr/hits/npm/postprocessing" alt="CDN"></a></p>
<p>A post processing library that provides the means to implement image filter effects for <a href="https://threejs.org/">three.js</a>.</p>
<p><em><a href="https://vanruesc.github.io/postprocessing/public/demo">Extensive Demo</a>&#x2002;&#xB7;&#x2002;<a href="https://jsfiddle.net/6xhv4ae8/">Sandbox</a>&#x2002;&#xB7;&#x2002;<a href="https://vanruesc.github.io/postprocessing/public/docs">API Reference</a>&#x2002;&#xB7;&#x2002;<a href="https://github.com/vanruesc/postprocessing/wiki">Wiki</a></em></p>
<p><em><a href="https://vanruesc.github.io/postprocessing/public/demo">Extensive Demo</a>&#x2002;&#xB7;&#x2002;<a href="https://jsfiddle.net/vcjL62en/">Sandbox</a>&#x2002;&#xB7;&#x2002;<a href="https://vanruesc.github.io/postprocessing/public/docs">API Reference</a>&#x2002;&#xB7;&#x2002;<a href="https://github.com/vanruesc/postprocessing/wiki">Wiki</a></em></p>
<h2 id="installation">Installation</h2><p>This library requires the peer dependency <a href="https://github.com/mrdoob/three.js/">three</a>.</p>
<pre><code class="lang-sh"><code class="source-code prettyprint">npm install three postprocessing</code>
</code></pre>
......
This diff is collapsed.
......@@ -555,7 +555,7 @@
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">26/26</span></td>
<td style="display: none;" data-ice="size">9126 byte</td>
<td style="display: none;" data-ice="lines">417</td>
<td style="display: none;" data-ice="updated">2019-08-06 20:01:00 (UTC)</td>
<td style="display: none;" data-ice="updated">2019-08-07 08:32:44 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/passes/ClearMaskPass.js.html#errorLines=17">src/passes/ClearMaskPass.js</a></span></td>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment