From 1bf8054cecef9bc325390067669ac5cfa0e4410e Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 7 Mar 2015 20:24:50 -0800 Subject: [PATCH] Collision Model --- examples/libraries/ToolTip.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/libraries/ToolTip.js b/examples/libraries/ToolTip.js index f12525af57..680f617436 100644 --- a/examples/libraries/ToolTip.js +++ b/examples/libraries/ToolTip.js @@ -53,6 +53,7 @@ function Tooltip() { text += "ID: " + properties.id + "\n" if (properties.type == "Model") { text += "Model URL: " + properties.modelURL + "\n" + text += "Collision Model URL: " + properties.collisionModelURL + "\n" text += "Animation URL: " + properties.animationURL + "\n" text += "Animation is playing: " + properties.animationIsPlaying + "\n" if (properties.sittingPoints && properties.sittingPoints.length > 0) {