Skip to content

Commit

Permalink
Fix Docs Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 8, 2024
1 parent af01777 commit e5c2a8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion filters/advanced-bloom/src/ExtractBrightnessFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { vertex, wgslVertex } from '@tools/fragments';
export interface ExtractBrightnessFilterOptions
{
/**
* @param threshold Defines how bright a color needs to be extracted.
* Defines how bright a color needs to be extracted.
*/
threshold?: number;
}
Expand Down
1 change: 0 additions & 1 deletion filters/color-map/src/ColorMapFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ export class ColorMapFilter extends Filter

/**
* Destroys this filter
* @param destroyBase Whether to destroy the base texture of colorMap as well
* @default false
*/
destroy(): void
Expand Down
5 changes: 0 additions & 5 deletions filters/shockwave/src/ShockwaveFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ import fragment from './shockwave.frag';
import source from './shockwave.wgsl';
import { vertex, wgslVertex } from '@tools/fragments';

/**
* Options for ShockwaveFilter
* @memberof filters
*/
export interface ShockwaveFilterOptions
{
/**
Expand Down Expand Up @@ -54,7 +50,6 @@ export interface ShockwaveFilterOptions
* A Noise effect filter.
*
* original filter: https://github.com/evanw/glfx.js/blob/master/src/filters/adjust/noise.js
* @memberof filters
* @author Vico @vicocotea
*/
export class ShockwaveFilter extends Filter
Expand Down

0 comments on commit e5c2a8f

Please sign in to comment.