From 150c745841a6afc7c2a7c3c6cfbb83c1e026a19a Mon Sep 17 00:00:00 2001 From: satoru kimura Date: Tue, 18 Mar 2014 11:31:01 +0900 Subject: [PATCH] corrected the description of elapseTime property in the Clock class. --- threejs/three.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threejs/three.d.ts b/threejs/three.d.ts index c39ff721e..3efef93e4 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -459,7 +459,7 @@ declare module THREE { /** * When the clock is running, It holds the time elapsed btween the start of the clock to the previous update. - * This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC. + * This parameter is in seconds of three decimal places. */ elapsedTime: number;