Closed kanerogers closed 2 years ago
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.
document.nodes()
load_skins
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
load_skins
to takedocument.nodes()