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
When programming, it's really useful for vertices/edge/faces to be represented by objects with properties, and pointers to related objects instead of integer indices. The viewer essentially builds such a data structure. We should provide conversions between the file-format representation and this pointer-based representation. The names of everything should be clear from the FOLD names.
(discussion with Jason)
The text was updated successfully, but these errors were encountered:
When programming, it's really useful for vertices/edge/faces to be represented by objects with properties, and pointers to related objects instead of integer indices. The viewer essentially builds such a data structure. We should provide conversions between the file-format representation and this pointer-based representation. The names of everything should be clear from the FOLD names.
(discussion with Jason)
The text was updated successfully, but these errors were encountered: