Playground.js is a framework for your javascript based games. It gives you out-of-box access to essentials like mouse, keyboard, sound and well designed architecture that you can expand to your needs.
MIT License
469
stars
49
forks
source link
Using consistent loader ids in three.js plugin #17
The three.js plugin did not supply an ID to the loader when adding a resource, because "name" was not defined. Changed the parameter to the actual ID for both helpers.
The three.js plugin did not supply an ID to the loader when adding a resource, because "name" was not defined. Changed the parameter to the actual ID for both helpers.