UNPKG

@14islands/r3f-scroll-rig

Version:

Progressively enhance any React website with WebGL using @react-three/fiber

8 lines (7 loc) 242 B
import { Object3D } from 'three'; declare type CulledObject = { wasFrustumCulled?: boolean; wasVisible?: boolean; } & Object3D; export declare function setAllCulled(obj: CulledObject, overrideCulled: boolean): void; export {};