From c646f7c7cd58aba3a5c4cca7a0154aed09b76f38 Mon Sep 17 00:00:00 2001 From: "luchen@google.com" Date: Tue, 8 Jun 2010 21:37:46 +0000 Subject: Adding debugging demo to o3d-webgl collection. Includes minor bug fix in param_object (removeFromArray fails because collection is an object, not an array). Review URL: http://codereview.chromium.org/2716001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49192 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/samples/o3d-webgl-samples/debugging.html | 248 +++++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 o3d/samples/o3d-webgl-samples/debugging.html (limited to 'o3d/samples/o3d-webgl-samples/debugging.html') diff --git a/o3d/samples/o3d-webgl-samples/debugging.html b/o3d/samples/o3d-webgl-samples/debugging.html new file mode 100644 index 0000000..216b051 --- /dev/null +++ b/o3d/samples/o3d-webgl-samples/debugging.html @@ -0,0 +1,248 @@ + + + + + + + + +Debugging. + + + + + + + + + +

Debugging.

+

This sample shows examples of using the debug.js utilities. + +

+ + + -- cgit v1.1