Skip to content

Commit

Permalink
feat(Reflector, Refractor): add an option multisample (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr authored Mar 1, 2022
1 parent 2a00f3c commit 758ffc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/three/examples/jsm/objects/Reflector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface ReflectorOptions {
clipBias?: number;
shader?: object;
encoding?: TextureEncoding;
multisample?: number;
}

export class Reflector extends Mesh {
Expand Down
1 change: 1 addition & 0 deletions types/three/examples/jsm/objects/Refractor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface RefractorOptions {
clipBias?: number;
shader?: object;
encoding?: TextureEncoding;
multisample?: number;
}

export class Refractor extends Mesh {
Expand Down

0 comments on commit 758ffc0

Please sign in to comment.