Favivon - Correção

This commit is contained in:
2026-05-30 19:59:39 -03:00
parent 76ddaa815d
commit d7dfd221f0
32859 changed files with 5459654 additions and 404 deletions
+18
View File
@@ -0,0 +1,18 @@
import * as THREE from 'three';
import { MeshBVHUniformStruct } from 'three-mesh-bvh';
export declare const MeshRefractionMaterial: import("@react-three/fiber").ConstructorRepresentation<THREE.ShaderMaterial & {
envMap: null;
bounces: number;
ior: number;
correctMips: true;
aberrationStrength: number;
fresnel: number;
bvh: MeshBVHUniformStruct;
color: THREE.Color;
opacity: number;
resolution: THREE.Vector2;
viewMatrixInverse: THREE.Matrix4;
projectionMatrixInverse: THREE.Matrix4;
}> & {
key: string;
};