TOC PREV NEXT INDEX

DefaultPickInfo

Synopsis

define the Graphics Display Kit pick information

GDpick_info_templ

literallayout xml:space = "preserve">group+OPort GDpick_info_templ { float+read objxform[4][4]; float topxform[4][4]; float viewxform[4][4]; int selected; int npicked; GDpick_data pick_data[npicked]; /* Source field that the picked field was generated from. */ group &src_field; /* Pick path ids - use groups here to avoid introducing dependencies on gd.v. */ group &view; group &camera; int nobjs; group *objects[nobjs]; ptr+nonotify local_ptr<NEvisible=0>;};


TOC PREV NEXT INDEX