greggman / o3dtoydefense

Automatically exported from code.google.com/p/o3dtoydefense
0 stars 0 forks source link

Upgrade o3djs libraries to current version #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ones checked in are PRE-RELEASE!! As in before April 2008! 

To upgrade requires several steps

1) Copy the new o3djs libs in. (leaving out serialization.js if possible)
2) Fix the incompatibilities with the code.
3) Make a system to run the exported files through the o3dConverter
4) upgrade serialization.js and the o3dConverter to the current versions
and then convert to match.

It's possible steps 3 and 4 should come first because I believe there are
some files missing.

Also note that because of bugs in the 3dsmax exporter they have manually
replaced the shininess value in their exported files.

We can either add the search and replace to the exported files in the
build, OR, make the runtime fix it.  Although, some of those issues were
fixed since and it the search and replace may not be needed. See
exported-assets/Environment/replaceList.txt

Original issue reported on code.google.com by g...@google.com on 31 Oct 2009 at 12:36

GoogleCodeExporter commented 9 years ago
upgraded, seems to be working. Only minor changes needed to creeps.js for math 
lib
changes.

Original comment by g...@google.com on 31 Oct 2009 at 9:11