Refactor physics
This commit is contained in:
parent
46a48e7c15
commit
c5d97eeea6
40 changed files with 484 additions and 791 deletions
6
backend/src/physics/containers/static-physical-object.ts
Normal file
6
backend/src/physics/containers/static-physical-object.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { Physical } from '../physical';
|
||||
import { ImmutableBoundingBox } from '../bounding-boxes/immutable-bounding-box';
|
||||
|
||||
export interface StaticPhysical extends Physical {
|
||||
readonly boundingBox: ImmutableBoundingBox;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue