info-inventor-dev
[Top] [All Lists]

Re: wireframe

To: bhargava_ankur@xxxxxxxxxxx
Subject: Re: wireframe
From: jlim@xxxxxxxxxxxxxxxxxxxx (Jonathan Lim)
Date: Thu, 16 Nov 2000 11:31:49 -0800 (PST)
Cc: info-inventor-dev@xxxxxxxxxxx
In-reply-to: <OE43s27aZ1BWqxSXKgM000003c0@hotmail.com> from "Ankur Bhargava" at Nov 16, 2000 02:28:20 PM
Sender: owner-info-inventor-dev@xxxxxxxxxxx
On Thu Nov 16 11:28:20 2000, bhargava_ankur@xxxxxxxxxxx wrote:
> 
> hi all,
> 
> is there a way to make one single object of the scenegraph wireframe and
> keep rest of them as they are ?  wireframe ( VIEW_LINE ) seems to be the
> DrawStyle property of the whole SoXtViewer not the object itself.
> 
> thanks,
> ankur

Just isolate the part you want to be drawn in a SoSeparator, i.e.

  Separator {
    Separator {
      DrawStyle {
        style LINES
      }
      Cube { }
    }
    Sphere { }
  }


              Jonathan Lim  _  Silicon Graphics  _  Mountain View
              GPS Graphics     Computer Systems        CA, USA

<Prev in Thread] Current Thread [Next in Thread>