@react-three/gpu-pathtracer
Version:
⚡️ A React abstraction for the popular three-gpu-pathtracer.
5 lines (4 loc) • 303 B
TypeScript
import { ThreeElement } from '@react-three/fiber';
import { FogVolumeMaterial as FogVolumeMaterialImpl } from 'three-gpu-pathtracer';
export declare function FogVolumeMaterial(props: ThreeElement<typeof FogVolumeMaterialImpl>): import("react/jsx-runtime").JSX.Element;
export { FogVolumeMaterialImpl };