Commit 93fbbbb2 by Alexander Bazo

Decrease update intervall for gaze observer

parent b8cfdcdc
/* eslint-env node */
const MAX_GAZE_POINT_AGE = 2000,
GAZE_POINT_UPDATE_DELAY = 250;
// Set max update intervall to ~ 30FPS
GAZE_POINT_UPDATE_DELAY = 1000/32;
const colyseus = require("colyseus"),
Logger = require("../utils/Logger.js"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment