react-native-filament
Version:
A real-time physically based 3D rendering engine for React Native
13 lines (12 loc) • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BulletAPI = void 0;
var _FilamentProxy = require("../native/FilamentProxy");
/**
* Note: Prefer using the bullet hooks over the imperative API!
* The imperative API might become deprecated in the future.
*/
const BulletAPI = exports.BulletAPI = _FilamentProxy.FilamentProxy.createBullet();
//# sourceMappingURL=bulletApi.js.map