Hi,
Q for 3D wizards out there. I've got a collection of types, each containing some data and a 3d entity. I can use CameraPick to get the picked entity, but how do I get the associated data from that? Do I have to roll through the entire collection comparing the entity of each to the one I got from the picking command? Is there an easier way? For reference, the type is below.
M
Q for 3D wizards out there. I've got a collection of types, each containing some data and a 3d entity. I can use CameraPick to get the picked entity, but how do I get the associated data from that? Do I have to roll through the entire collection comparing the entity of each to the one I got from the picking command? Is there an easier way? For reference, the type is below.
M
Type STAR Field sName$ Field sCompanion$ Field fX# Field fY# Field fZ# Field sSpectral$ Field fMagnitude# Field fNumber# Field eStar% End Type