UNPKG

react-native-filament

Version:

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

17 lines (15 loc) 486 B
// Hooks export * from './hooks/useWorld'; export * from './hooks/useRigidBody'; export * from './hooks/useCylinderShape'; export * from './hooks/useBoxShape'; export * from './hooks/useStaticPlaneShape'; export * from './hooks/useSphereShape'; // Types export * from './types/DiscreteDynamicWorld'; export * from './types/RigidBody'; export * from './types/Shapes'; export * from './types/api'; // Bullet API export { BulletAPI } from './bulletApi'; //# sourceMappingURL=index.js.map