@react-three/gpu-pathtracer
Version:
⚡️ A React abstraction for the popular three-gpu-pathtracer.
7 lines (6 loc) • 316 B
TypeScript
import { ThreeElement } from '@react-three/fiber';
import { PhysicalCamera as PhysicalCameraImpl } from 'three-gpu-pathtracer';
export declare function PhysicalCamera(props: ThreeElement<typeof PhysicalCameraImpl> & {
manual?: boolean;
}): import("react/jsx-runtime").JSX.Element;
export { PhysicalCameraImpl };