Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Sep 25, 2024
1 parent 22f86fa commit 70f7d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ interface RenderObjectData {
declare class NodeMaterialObserver {
renderObjects: WeakMap<RenderObject, RenderObjectData>;
hasNode: boolean;
hasAnimation: boolean;
refreshUniforms: readonly RefreshUniform[];
renderId: number;
constructor(builder: NodeBuilder);
Expand Down
1 change: 1 addition & 0 deletions types/three/src/renderers/common/RenderObject.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default class RenderObject {
instanceCount: number;
firstInstance: number;
} | null;
getGeometryCacheKey(): string;
getMaterialCacheKey(): string;
get needsUpdate(): boolean;
getDynamicCacheKey(): string;
Expand Down

0 comments on commit 70f7d30

Please sign in to comment.