Skip to content

Commit

Permalink
test: animation handle
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Mar 19, 2024
1 parent a0de549 commit 73b2d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/home/ProjectListMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const ProjectListMap = () => {
referenceFrame: 'screen',
});
sensor.addEventListener('reading', () => {
handleReading(sensor.quaternion);
layer.on('postrender', handleReading(sensor.quaternion));
});

// handleReading([0.509, -0.071, -0.19, 0.836]);
Expand Down

0 comments on commit 73b2d9c

Please sign in to comment.