google-code-export / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
1 stars 1 forks source link

o3djs and o3d-webgl determine a base path by looking for o3djs/base.js and o3d-webgl/base.js which does not exist for minified version #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The function findBasePath_ needs to handle the concatenated source and minified 
builds. Initially looking at just changing the o3djs specific one and leaving 
the o3d-webgl function alone as we did not use. Testing indicates the o3d-webgl 
one was only internally used by o3d-webgl and the minification takes care of 
it. Add looking for o3d.min.js and o3d.src.js to automagically build the 
basepath. Note: You can use o3djs.globals.BASE_PATH to override the automagic 
logic.

Original issue reported on code.google.com by jpywt...@gmail.com on 9 Aug 2011 at 1:25

GoogleCodeExporter commented 9 years ago
Patched the o3djs version of findBasePath_ to properly look for the minified 
version.

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 7:25

GoogleCodeExporter commented 9 years ago
Verified and released in 1.4.1

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 10:53