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
We are frequently getting users complaining of this error, which is simply NodeJs trying to load an entire geometry buffer attachment into an array that exceeds JavaScript's max size ability.
Wrap this in a try-catch that advises them to use ifc2gltf's model splitting feature, which is designed to avoid this situation.
The text was updated successfully, but these errors were encountered:
We are frequently getting users complaining of this error, which is simply NodeJs trying to load an entire geometry buffer attachment into an array that exceeds JavaScript's max size ability.
Wrap this in a try-catch that advises them to use
ifc2gltf
's model splitting feature, which is designed to avoid this situation.The text was updated successfully, but these errors were encountered: