react-native-filament
Version:
A real-time physically based 3D rendering engine for React Native
9 lines • 328 B
TypeScript
import { CylinderShape } from '../types/Shapes';
import { Float3 } from '../../types';
type CylinderShapeProps = {
half: Float3;
localScaling?: Float3;
};
export declare function useCylinderShape(props: CylinderShapeProps | undefined): CylinderShape | undefined;
export {};
//# sourceMappingURL=useCylinderShape.d.ts.map