mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-11 17:09:30 +00:00
add decoder for spot
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import ChannelBlock from './lighting/channel-block';
|
||||
import Spot from './lighting/spot';
|
||||
import CentroidAccelVelocity from './motion/centroid-accel-velocity';
|
||||
import CentroidPosition from './motion/centroid-position';
|
||||
import OrientationEuler from './motion/orientation-euler';
|
||||
@@ -23,5 +24,6 @@ export const Decoders = {
|
||||
OrientationEuler,
|
||||
ZoneCollisionDetection,
|
||||
ZoneObject,
|
||||
Spot,
|
||||
ChannelBlock,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user