!
!  ----------------------------------------------------------------
!               PLOT3D OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   plot3d object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Plot3D" there.
!
!   Note that most of the settings here are commented out. In most cases,
!   we don't *really* want to specify the resource, but rather just want
!   to show how it would be specified *if we did*.  In fact, many of the
!   resource values specified are the default values, so nothing would change
!   in appearance even if you un-commented the plot3ds.  On one hand, we are
!   trying to provide a nice app-defaults file for you to use as a
!   model when specifying resources for the Plot3D object; on the other hand,
!   we don't *actually* want to set resources un-necessarily (it is very
!   expensive to set resources, not something you do unless it is important).
!
!  ----------------------------------------------------------------
!
!   INHERITANCE: manager -> graphics -> color -> plot3D
!
!   CLASS-SPECIFIC RESOURCES:   plot3DPlotType
!                               plot3DShadeType
!
!   SUB-PARTS: The Plot3D object has no sub-parts.
!

! Corresponding attribute: XVW_PLOT3D_PLOTTYPE
! Plot type; one of:
!       KPLOT3D_LINEPLOT           20
!       KPLOT3D_WIREFRAME          21
!       KPLOT3D_MESH               22
!       KPLOT3D_COLORMESH          23
!       KPLOT3D_HORIZON            24
!       KPLOT3D_SCATTER            25
!       KPLOT3D_IMPULSE            26
!       KPLOT3D_CONTOUR_2D         27
!       KPLOT3D_CONTOUR_3D         28
!       KPLOT3D_CONSTANT_SHADING   29
!       KPLOT3D_PHONG_SHADING      30
!       KPLOT3D_GHOURAUD_SHADING   31
!       KPLOT3D_3D_BEZIER          32
!       KPLOT3D_SURFACE_BEZIER     33
!       KPLOT3D_RENDERED_BEZIER    34
!
!*Plot3D.plot3DPlotType: 20

! Corresponding attribute: XVW_PLOT3D_SHADETYPE
! Plot type; one of:
!       KPLOT3D_SHADE_IMAGERY       1
!       KPLOT3D_SHADE_ELEVATION     2
!       KPLOT3D_SHADE_NORMAL        3
!
!*Plot3D.plot3DShadeType: 2

! Corresponding attributes: XVW_FOREGROUND & XVW_BACKGROUND
!                          (setting inherited resources)
! Foreground & background colors for 3D plot
! (note that background color is only used with *filled* 3D plots, 
!  ie, mesh & horizon plots)
!
*Plot3D.foreground: blue
*Plot3D.background: green
