Initial project import
This commit is contained in:
6
node_modules/@react-three/drei/core/useDepthBuffer.d.ts
generated
vendored
Normal file
6
node_modules/@react-three/drei/core/useDepthBuffer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { DepthTexture } from 'three';
|
||||
declare function useDepthBuffer({ size, frames }?: {
|
||||
size?: number;
|
||||
frames?: number;
|
||||
}): DepthTexture;
|
||||
export { useDepthBuffer };
|
||||
Reference in New Issue
Block a user