I just “unpacked” the display table (with a k, v loop) and noticed a lot of functions that seem to never be used and are not documented in the API’s. Things like “display.newContainer” and “display.newImageGroup” and that sort of thing. Just to satisfy my curiosity, what is all that about? [import]uid: 147322 topic_id: 34105 reply_id: 334105[/import]
Intriguing - display.newContainer() takes two parameters for what it’s worth - both numbers. No closer to working out what it does though [import]uid: 33275 topic_id: 34105 reply_id: 135598[/import]
Not to mention graphics.newVertexArray!
And the API’s don’t even mention graphics.newImageSheet - something I’ve used before.
And many physics functions like “setMKS”, “setTimeStep”, “fromMKS”. [import]uid: 147322 topic_id: 34105 reply_id: 135629[/import]
display.newImageGroup() is the new group type used only for imageSheet assets. (l sent an email asking for it to show up in the API doc)
graphics.newImageSheet is currently in the online docs.
Some of the others may be undocumented components for core libraries to function…I’ll let the CL guys explain that [import]uid: 41884 topic_id: 34105 reply_id: 135662[/import]
Intriguing - display.newContainer() takes two parameters for what it’s worth - both numbers. No closer to working out what it does though [import]uid: 33275 topic_id: 34105 reply_id: 135598[/import]
Not to mention graphics.newVertexArray!
And the API’s don’t even mention graphics.newImageSheet - something I’ve used before.
And many physics functions like “setMKS”, “setTimeStep”, “fromMKS”. [import]uid: 147322 topic_id: 34105 reply_id: 135629[/import]
display.newImageGroup() is the new group type used only for imageSheet assets. (l sent an email asking for it to show up in the API doc)
graphics.newImageSheet is currently in the online docs.
Some of the others may be undocumented components for core libraries to function…I’ll let the CL guys explain that [import]uid: 41884 topic_id: 34105 reply_id: 135662[/import]
WOW!!! I didn’t even know there was another set of API’s!
Ok… now I see the physics ones. But still… The display.newContainer is interesting. [import]uid: 147322 topic_id: 34105 reply_id: 136054[/import]
WOW!!! I didn’t even know there was another set of API’s!
Ok… now I see the physics ones. But still… The display.newContainer is interesting. [import]uid: 147322 topic_id: 34105 reply_id: 136054[/import]