@gg-web-engine/ammo 0.0.30 → 0.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import Ammo from 'ammojs-typed';
1
+ import Ammo from './ammo.js/ammo';
2
2
  import { IDebugPhysicsDrawer, Point3, Point4 } from '@gg-web-engine/core';
3
3
  import { AmmoWorldComponent } from './components/ammo-world.component';
4
4
  export declare const DebugBufferSize: number;
@@ -1,4 +1,4 @@
1
- import Ammo from 'ammojs-typed';
1
+ import Ammo from './ammo.js/ammo';
2
2
  export const DebugBufferSize = 3 * 1000000;
3
3
  export var AmmoDebugMode;
4
4
  (function (AmmoDebugMode) {
@@ -1,5 +1,5 @@
1
1
  import { Body3DOptions, BodyShape3DDescriptor, IPhysicsBody3dComponentFactory, Point3, Point4, Shape3DDescriptor } from '@gg-web-engine/core';
2
- import Ammo from 'ammojs-typed';
2
+ import Ammo from './ammo.js/ammo';
3
3
  import { AmmoRigidBodyComponent } from './components/ammo-rigid-body.component';
4
4
  import { AmmoTriggerComponent } from './components/ammo-trigger.component';
5
5
  import { AmmoWorldComponent } from './components/ammo-world.component';
@@ -1,5 +1,5 @@
1
1
  import { Pnt3, Qtrn, } from '@gg-web-engine/core';
2
- import Ammo from 'ammojs-typed';
2
+ import Ammo from './ammo.js/ammo';
3
3
  import { AmmoRigidBodyComponent } from './components/ammo-rigid-body.component';
4
4
  import { AmmoTriggerComponent } from './components/ammo-trigger.component';
5
5
  import { AmmoRaycastVehicleComponent } from './components/ammo-raycast-vehicle.component';