| 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 27 matching lines...) Expand all Loading... |
| 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 |
| OLD | NEW |