Danny Calleri
Danny Calleri
By default, the autofocus is applied to the first focusable child of the element to which the modifier is attached to, as visible here: https://github.com/qonto/ember-autofocus-modifier/blob/master/ember-autofocus-modifier/src/modifiers/autofocus.js#L24 > 👉 Notice how `selector...
When I started working on the project, my main goal was to render the 3D models, even untextured. I decided to go down this path because I actually liked the...
Currently the project support only TMD files. It would be nice to add support for other formats as well, even from other game systems, not only from PSX. To add...
Scene.js is really big. It comes from the first experiment I did. It could be split in more parts. For example, the code that sends the HTTP GET request to...
Even if the format is specified inside his own TMD.js file, the reader it's still inside `Scene.js`'s `loadModel`. Scene.js should become agnostic to the type of model we are loading....