leetvr / hotham

Hotham is a tool for creating incredible standalone VR games.
Apache License 2.0
396 stars 28 forks source link

[Maintenance] Use `document.nodes()` where possible in asset importer #359

Closed kanerogers closed 2 years ago

kanerogers commented 2 years ago

Background

In most cases, it's not necessary to traverse the whole scene hierarchy to import nodes. In these cases, it's possible to simply use the document.nodes() accessor instead.

TODO