| OLD | NEW |
| 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 20 matching lines...) Expand all Loading... |
| 31 'base.js', | 31 'base.js', |
| 32 'camera.js', | 32 'camera.js', |
| 33 'canvas.js', | 33 'canvas.js', |
| 34 'debug.js', | 34 'debug.js', |
| 35 'dump.js', | 35 'dump.js', |
| 36 'effect.js', | 36 'effect.js', |
| 37 'element.js', | 37 'element.js', |
| 38 'error.js', | 38 'error.js', |
| 39 'event.js', | 39 'event.js', |
| 40 'fps.js', | 40 'fps.js', |
| 41 'gpu2d.js', |
| 41 'io.js', | 42 'io.js', |
| 42 'loader.js', | 43 'loader.js', |
| 43 'material.js', | 44 'material.js', |
| 44 'manipulators.js', | 45 'manipulators.js', |
| 45 'math.js', | 46 'math.js', |
| 46 'pack.js', | 47 'pack.js', |
| 47 'particles.js', | 48 'particles.js', |
| 48 'performance.js', | 49 'performance.js', |
| 49 'picking.js', | 50 'picking.js', |
| 50 'primitives.js', | 51 'primitives.js', |
| 51 'lineprimitives.js', # lineprimitives.js must come after primitives.js | 52 'lineprimitives.js', # lineprimitives.js must come after primitives.js |
| 52 'quaternions.js', | 53 'quaternions.js', |
| 53 'rendergraph.js', | 54 'rendergraph.js', |
| 54 'scene.js', | 55 'scene.js', |
| 55 'serialization.js', | 56 'serialization.js', |
| 56 'shape.js', | 57 'shape.js', |
| 57 'simple.js', | 58 'simple.js', |
| 58 'test.js', | 59 'test.js', |
| 59 'texture.js', | 60 'texture.js', |
| 60 'util.js', | 61 'util.js', |
| 61 ] | 62 ] |
| 62 | 63 |
| OLD | NEW |