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

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

Issue 1092003: Fixed a lot of bugs with render surfaces and bitmaps. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 9 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/client.js ('k') | samples/o3d-webgl/effect.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl/draw_list.js
===================================================================
--- samples/o3d-webgl/draw_list.js (revision 41482)
+++ samples/o3d-webgl/draw_list.js (working copy)
@@ -98,7 +98,7 @@
o3d.Param.SAS
];
- material.effect.searchForParams(paramObjects);
+ material.effect.searchForParams_(paramObjects);
element.render();
}
};
« no previous file with comments | « samples/o3d-webgl/client.js ('k') | samples/o3d-webgl/effect.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698