englercj / lttp

An incomplete remake of The Legend of Zelda - A Link to the Past using WebGL and the browser.
MIT License
123 stars 20 forks source link

How to render TMX How to render TMX in ThreeJs plane? #9

Closed c9c9 closed 4 years ago

c9c9 commented 4 years ago

Hi. I have studied your project for more than a month.I tried to run the code but it didn't work. Would you give a complete example code about how to render TMX How to render TMX in ThreeJs plane?

englercj commented 4 years ago

I haven't used three.js in this project in a really long time. Around 6 years ago I did this.

More recently I made a generic webgl renderer for tiled maps: https://github.com/englercj/gl-tiled

c9c9 commented 4 years ago

Thank you very much.