Notifications
Clear all
[Closed] AppData / ParamBlocks / Things
Jul 19, 2005 8:05 pm
I need to insert some arbitrary data into a scene, can I do this without putting it into any specific object?
Is there a maxWrapper for the world or scene that can have appData applied to it?
Can a max file have a paramblock or custom attributes?
Thanks.
3 Replies
1 Reply
you can use globalTracks with addData to store the data into the scene, there might be other tracks or general maxWrappers that work that way, but I’ve used this one before:
setAppData globalTracks addr data
hOpe this helps,
o
Jul 19, 2005 8:05 pm
Hi Wahooney, here’s bobo’s take on it: