You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the library uses the DOM based XmlDocument class for parsing COLLADA documents which offers easy access to the XML data. However, since COLLADA models can be several MB large this method can be very memory consuming. An alternative SAX implementation would probably not only save memory, but also would be faster.
The text was updated successfully, but these errors were encountered:
Currently the library uses the DOM based XmlDocument class for parsing COLLADA documents which offers easy access to the XML data. However, since COLLADA models can be several MB large this method can be very memory consuming. An alternative SAX implementation would probably not only save memory, but also would be faster.
The text was updated successfully, but these errors were encountered: