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

Side by Side Diff: samples/o3djs/js_list.scons

Issue 147258: Add a utility to adjust rendering quality based on rendering performance. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Fixed the last few comments and added js_list.scons. Created 11 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « samples/beachdemo/beachdemo.js ('k') | samples/o3djs/performance.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009, Google Inc. 1 # Copyright 2009, Google Inc.
2 # All rights reserved. 2 # All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 27 matching lines...) Expand all
38 'element.js', 38 'element.js',
39 'error.js', 39 'error.js',
40 'event.js', 40 'event.js',
41 'fps.js', 41 'fps.js',
42 'io.js', 42 'io.js',
43 'loader.js', 43 'loader.js',
44 'material.js', 44 'material.js',
45 'math.js', 45 'math.js',
46 'pack.js', 46 'pack.js',
47 'particles.js', 47 'particles.js',
48 'performance.js',
48 'picking.js', 49 'picking.js',
49 'primitives.js', 50 'primitives.js',
50 'quaternions.js', 51 'quaternions.js',
51 'rendergraph.js', 52 'rendergraph.js',
52 'scene.js', 53 'scene.js',
53 'serialization.js', 54 'serialization.js',
54 'shape.js', 55 'shape.js',
55 'simple.js', 56 'simple.js',
56 'test.js', 57 'test.js',
57 'util.js', 58 'util.js',
58 ] 59 ]
59 60
60 Export('O3D_JS_SOURCES'); 61 Export('O3D_JS_SOURCES');
61 62
OLDNEW
« no previous file with comments | « samples/beachdemo/beachdemo.js ('k') | samples/o3djs/performance.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698