Skip to content

Commit

Permalink
change (Texture): Add needsPMREMUpdate (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr authored Mar 1, 2022
1 parent 4aa3504 commit 49dbf57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/three/src/textures/Texture.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ export class Texture extends EventDispatcher {
*/
isRenderTargetTexture: boolean;

/**
* @default false
*/
needsPMREMUpdate: boolean;

/**
* An object that can be used to store custom data about the Material. It should not hold references to functions as these will not be cloned.
* @default {}
Expand Down

0 comments on commit 49dbf57

Please sign in to comment.