Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/jsm/postprocessing/AfterimagePass.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class AfterimagePass extends Pass {

/**
* The damping intensity, from 0.0 to 1.0. A higher value means a stronger after image effect.
*
*
* @type {number}
*/
get damp() {
Expand Down Expand Up @@ -154,7 +154,7 @@ class AfterimagePass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/BloomPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class BloomPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/BokehPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class BokehPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/GTAOPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class GTAOPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/HalftonePass.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class HalftonePass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/OutlinePass.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class OutlinePass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/Pass.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Pass {
*
* @abstract
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( /* width, height */ ) {}

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/RenderPixelatedPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class RenderPixelatedPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/RenderTransitionPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class RenderTransitionPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/SAOPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class SAOPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/SMAAPass.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/SSAARenderPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class SSAARenderPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/SSAOPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class SSAOPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/SSRPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ class SSRPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/SavePass.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class SavePass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down
2 changes: 1 addition & 1 deletion examples/jsm/postprocessing/UnrealBloomPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class UnrealBloomPass extends Pass {
* Sets the size of the pass.
*
* @param {number} width - The width to set.
* @param {number} height - The width to set.
* @param {number} height - The height to set.
*/
setSize( width, height ) {

Expand Down