NAME
	  DtTextureGetScale - Get the texture's	scale values.

     SYNOPSIS
	  #include <Dt.h>


	  int  DtTextureGetScale( char *name, float *s,	float *t )

     DESCRIPTION
	  DtTextureGetScale() returns the textures scale on the
	  material via the pointers to the s and t parameters for the
	  given	texture	name. The scale	is done	about the center of
	  the texture.

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

     SEE ALSO
	  DtTextureGetCenter(3W)

     FILES
	  Link with -lDtOMio