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

Unified Diff: samples/o3d-webgl-samples/helloworld.html

Issue 1793004: Added rules which generate WebGL-compatible assets to samples_gen.py.... (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | samples/samples_gen.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl-samples/helloworld.html
===================================================================
--- samples/o3d-webgl-samples/helloworld.html (revision 45712)
+++ samples/o3d-webgl-samples/helloworld.html (working copy)
@@ -121,6 +121,9 @@
*/
function init() {
o3djs.webgl.makeClients(initStep2);
+ // The following call enables a debug WebGL context, which makes
+ // debugging much easier.
+ // o3djs.webgl.makeClients(initStep2, undefined, undefined, undefined, undefined, undefined, true);
}
/**
« no previous file with comments | « no previous file | samples/samples_gen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698