Skip to content

Commit

Permalink
Merge pull request #376 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.28.1
  • Loading branch information
vanruesc authored Jun 21, 2022
2 parents 97e610c + 2729bad commit 0459d1c
Show file tree
Hide file tree
Showing 42 changed files with 534 additions and 386 deletions.
4 changes: 0 additions & 4 deletions demo/src/demos/BloomDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ import * as ObjectCloud from "./objects/ObjectCloud";

import {
BlendFunction,
BloomEffect,
EdgeDetectionMode,
EffectPass,
KernelSize,
SelectiveBloomEffect,
SMAAEffect,
SMAAPreset,
Expand Down Expand Up @@ -307,8 +305,6 @@ export class BloomDemo extends PostProcessingDemo {

registerOptions(menu) {

const renderer = this.composer.getRenderer();

const pass = this.pass;
const effect = this.effect;
const blendMode = effect.blendMode;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.28.0",
"version": "6.28.1",
"description": "A post processing library that provides the means to implement image filter effects for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"main": "build/postprocessing.js",
Expand Down
Loading

0 comments on commit 0459d1c

Please sign in to comment.