mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-12 01:19:32 +00:00
add decoder for zone collision detection submodule
This commit is contained in:
@@ -4,6 +4,8 @@ import OrientationEuler from './motion/orientation-euler';
|
||||
import OrientationQuaternion from './motion/orientation-quaternion';
|
||||
import TrackedPointAccelVelocity from './motion/tracked-point-accel-velocity';
|
||||
import TrackedPointPosition from './motion/tracked-point-position';
|
||||
import ZoneCollisionDetection from './motion/zone-collision-detection';
|
||||
import ZoneObject from './motion/zone-object';
|
||||
import RTTrPHeader from './rttrp';
|
||||
|
||||
export const Decoders = {
|
||||
@@ -14,4 +16,6 @@ export const Decoders = {
|
||||
TrackedPointAccelVelocity,
|
||||
OrientationQuaternion,
|
||||
OrientationEuler,
|
||||
ZoneCollisionDetection,
|
||||
ZoneObject,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user