Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: samples/o3d-webgl/pack.js

Issue 1703014: Added culling sample. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/o3d-webgl/field.js ('k') | samples/o3d-webgl/param.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl/pack.js
===================================================================
--- samples/o3d-webgl/pack.js (revision 45983)
+++ samples/o3d-webgl/pack.js (working copy)
@@ -73,6 +73,7 @@
*/
o3d.Pack.prototype.destroy = function() {
this.objects_ = [];
+ this.client.removePack(this);
};
« no previous file with comments | « samples/o3d-webgl/field.js ('k') | samples/o3d-webgl/param.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698