Chromium Code Reviews

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

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « samples/o3d-webgl/file_request.js ('k') | samples/o3d-webgl/named_object.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl/material.js
===================================================================
--- samples/o3d-webgl/material.js (revision 55159)
+++ samples/o3d-webgl/material.js (working copy)
@@ -36,7 +36,7 @@
* The parameters needed on a Material will vary depending its Effect.
* Note that a material MUST have its drawList set in order for objects using it
* to render.
- *
+ *
* @param {!o3d.State} opt_state The State used by this material.
* @param {!o3d.Effect} opt_effect The Effect used by this material.
* @param {!o3d.DrawList} opt_draw_list The the DrawList used by this material.
« no previous file with comments | « samples/o3d-webgl/file_request.js ('k') | samples/o3d-webgl/named_object.js » ('j') | no next file with comments »

Powered by Google App Engine