
SoShadedLineSet(3IV)

NAME
     SoShadedLineSet - shaded polyline shape node

INHERITS FROM
     SoBase > SoFieldContainer > SoNode > SoShape > SoVertexShape >
     SoNonIndexedShape > SoShadedLineSet

SYNOPSIS
     #include "SoShadedLineSet.h"

          Fields from class SoShadedLineSet:

     SoMFInt32           numVertices
     SoSFVec3f           L
     SoSFVec3f           V
     SoSFBool            stream

DESCRIPTION
     This shape node is meant to follow behaviors of SoLineSet,
     except that it adds simulated shading using texture mapping.
     For descriptions on SoLineSet, see its man page.

FIELDS
     SoMFInt32           numVertices
          Number of vertices per polyline.

     SoSFVec3f           L
          The direction of the light.  Normally (0., 0., -1.)
          for head light.

     SoSFVec3f           V
          The direction of the view.  Normally (0., 0., -1.);
          should probably not be changed.

     SoSFBool            stream
          Determine whether particle streamlines are drawn.


FILE FORMAT/DEFAULTS
     SoShadedLineSet {
          vertexProperty  NULL
          startIndex      0
          numVertices     -1
          L              [0.0 0.0 -1.0]
          V              [0.0 0.0 -1.0]
          stream         FALSE
     }
