ccpgames / ccpwgl

CCP WebGL Library
MIT License
103 stars 30 forks source link

TypeError: obj.EnableLod is not a function (35310d9) #16

Closed dertseha closed 11 years ago

dertseha commented 11 years ago

The commit 35310d9 doesn't work, The scene object doesn't provide the method EnableLod(), which is called through the onSceneLoaded callback here.

dertseha commented 11 years ago

Also, after putting in a stub for EnableLod(), it still crashes with unknown .planets member (from rebuildSceneObjects ) -- only after adding an empty list for that it starts up.

And while boosters do animate, ship blinkies do not.

dertseha commented 11 years ago

f96961b9 would fix this, but the minified file wasn't updated. I could verify it with my build-branch. (Although, the side-blinkies of the Abaddon still don't work)

sburkett commented 11 years ago

I'm running into this same problem ... any updates?

dertseha commented 11 years ago

Commit d0a52e48 did include the updated ccpwgl_int.js file, so, the vanilla version seems to work again.