UNPKG

react-native-filament

Version:

A real-time physically based 3D rendering engine for React Native

9 lines 318 B
import { Cylinder } from '../types/Shapes'; import { Float3 } from '../../types'; type CylinderShapeProps = { half: Float3; localScaling?: Float3; }; export declare function useCylinderShape(props: CylinderShapeProps | undefined): Cylinder | undefined; export {}; //# sourceMappingURL=useCylinderShape.d.ts.map