summaryrefslogtreecommitdiffstats
path: root/o3d/samples/o3djs/simple.js
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 00:08:29 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-19 00:08:29 +0000
commit390d94e6d41312cf24bf17593321d27ea32e1692 (patch)
treeee7b49b5d23bf765cb0e17e4b2fbd4acabc9d2a2 /o3d/samples/o3djs/simple.js
parent8653167fd370f88b3bcc2be052a9aa26873dbe44 (diff)
downloadchromium_src-390d94e6d41312cf24bf17593321d27ea32e1692.zip
chromium_src-390d94e6d41312cf24bf17593321d27ea32e1692.tar.gz
chromium_src-390d94e6d41312cf24bf17593321d27ea32e1692.tar.bz2
A bunch more docs fixes
Review URL: http://codereview.chromium.org/171070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/samples/o3djs/simple.js')
-rw-r--r--o3d/samples/o3djs/simple.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/o3d/samples/o3djs/simple.js b/o3d/samples/o3djs/simple.js
index 8bb729b..369e126 100644
--- a/o3d/samples/o3djs/simple.js
+++ b/o3d/samples/o3djs/simple.js
@@ -418,19 +418,6 @@ o3djs.simple.SimpleInfo.prototype.createSphere = function(radius,
};
/**
- * Loads a scene from a URL.
- * TODO: Implement
- * @param {string} url Url of scene to load.
- * @return {!o3djs.simple.Scene} A Javascript object to manage the scene.
- */
-o3djs.simple.SimpleInfo.prototype.loadScene = function(url) {
- if (true) {
- throw('not implemented');
- }
- return null;
-};
-
-/**
* Moves the camera so everything in the current scene is visible.
*/
o3djs.simple.SimpleInfo.prototype.viewAll = function() {