syoyo / MMDLoader

Simple MMD(PMD/VMD) loader in C++
Other
107 stars 30 forks source link

use glm to replace deprecated glu functions #2

Closed onlyuser closed 8 years ago

onlyuser commented 8 years ago

Dear Syoyo Fujita, Please accept my pull request. I made the following changes to make the project buildable on my end:

I think this might be useful for others who share a similar setup. My system: Ubuntu 16.04 + glm 0.9.7.2 + bullet3

Thanks, onlyuser

syoyo commented 8 years ago

Please use newoption to set ENABLE_GLM on/off when invoking premake.

newoption example is here.

https://github.com/lighttransport/nanort/blob/master/examples/gui/premake4.lua#L1

onlyuser commented 8 years ago

Hi Syoyo Fujita, I have added newoption "with-glm" to define ENABLE_GLM as you suggest.

If satisfactory, please accept my change.

Thanks, onlyuser

syoyo commented 8 years ago

Super cool! Thanks!