Results 1 to 4 of 4

Thread: pick command result

  1. #1
    Join Date
    Mar 2011
    Posts
    3

    Default pick command result

    Hi,
    I remember in RS3.0, there is a command "pick_and_highlight'. But in 3.1.1, the "pick " command just pick can not highlight the selected object. In realityPlayer if i pick a object, and press spaces, a red line box cover it. Now, i want to realize this function which command should i use?
    Best regards!

  2. #2
    Join Date
    Mar 2011
    Posts
    3

    Default

    No one can give some suggestions?

  3. #3

    Default

    i do not know about a pick_and_highlight-command in rs3.0. however, that version included a tutorial application which illustrated the use of picking by simply changing the material of the selected object in order to give visual feedback. this approach should be fairly easy to implement 3.1.1.

    the reality player approach is a bit more involved and can't be archived by simply executing commands. there, a so-called label/tag buffer is rendered, the outline is created by performing edge-detection on that buffer and is finally composed into the normal rendering-result.

    this can of course be done in rs as well but requires you to write your own command(s).

  4. #4
    Join Date
    May 2012
    Posts
    1

    Default

    i do not know about a pick_and_highlight-command in rs3.0. however, that version included a tutorial application which illustrated the use of picking by simply changing the material of the selected object in order

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •