wowserhq / blizzardry

JavaScript library for mastering the wizardry that is Blizzard's game files
MIT License
55 stars 15 forks source link

Feature: Portal parsing #98

Closed fallenoak closed 8 years ago

fallenoak commented 8 years ago

Adds parsing for MOPV, MOPT, and MOPR chunks.

timkurvers commented 8 years ago

Nice! I'm assuming the WMO we have in the specs doesn't have any portals to test against?

fallenoak commented 8 years ago

I'll check. We may want to move to a slightly more complicated WMO at some point, btw.

fallenoak commented 8 years ago

There are no portals present in trolltent_000.wmo. I can confirm the parsing works fine, as I used it to implement portal culling in an experimental local branch.

Let's open an issue to pick a slightly more complicated WMO and WMO group to include for WMO specs.

timkurvers commented 8 years ago

Agree! 👍

timkurvers commented 8 years ago

🎉