The Clock() utility is well-documented in threejs. But I’ve seen the render() function used with an argument of ‘time’. The value is delivered in units of milliseconds and, in the example, converted to seconds and used (as I do) to control graphic speed of motion.
Where does this ‘time’ come from?