NAME
	  DtMtlGetShininess - Get the shininess	of the material.

     SYNOPSIS
	  #include <Dt.h>

	  int  DtMtlGetShininess( char *name, int index, float *shininess )

     DESCRIPTION
	  DtMtlGetShininess() returns the shininess value of the
	  material name. The shininess value is	returned via the
	  pointer to the shininess parameter.  The index parameter
	  should be set	to 0 unless the	material has a color per
	  vertex.  Then	DtMtlGetShininess() will return	a shininess
	  value	for each index in the material.


     DIAGNOSTICS
	  DtMtlGetShininess() returns one on success and zero on
	  failure.

     FILES
	  Link with -lDtOMio