Message 1 of 5
Linked Lists

Not applicable
01-20-2011
09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know of a way to implement Linked Lists in maxscript? I don't ever remember seeing a way to link to an item in an array and have it update if the array is changed (eg. sorting, inserting or removing items, etc) I have found an algorithm I'd like to try to recreate in max, but it uses these Linked Lists to manage data and their associations and I'm not sure how to do it. Specifically, the algorithm calls for a double linked circular list. Anyone ever try something like this?
http://en.wikipedia.org/wiki/Linked_list
-Ray
http://en.wikipedia.org/wiki/Linked_list
-Ray