mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-08-21 06:49:07 +00:00
add decoder for tracked point position submodule
This commit is contained in:
@@ -19,6 +19,16 @@ export type CentroidPosition = {
|
||||
};
|
||||
|
||||
|
||||
export type TrackedPointPosition = {
|
||||
type: number;
|
||||
size: number;
|
||||
latency: number;
|
||||
x: number;
|
||||
y: number;
|
||||
z: number;
|
||||
index: number;
|
||||
};
|
||||
|
||||
export type OrientationQuaternion = {
|
||||
type: number;
|
||||
size: number;
|
||||
|
||||
Reference in New Issue
Block a user