wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
246 stars 63 forks source link

Fix: Camera movement flagging #125

Closed fallenoak closed 8 years ago

fallenoak commented 8 years ago

Billboarding needs to update whenever the camera rotation OR position changes, and not just when camera rotation changes.

timkurvers commented 8 years ago

Ah good point! :+1:

What about movement/rotation of the actual billboarded doodad/unit? Not sure if that occurs anywhere in the game.

fallenoak commented 8 years ago

Hmm, good question. So far, I've only come across billboarding on M2s that are fixed in position (map doodads). Maybe it's best to tackle billboarding for moving M2s when we come across one.

timkurvers commented 8 years ago

Let's do that :+1:

timkurvers commented 8 years ago

:tada:

fallenoak commented 8 years ago

Woohoo!