NAME
	  DtTextureGetTranslation - Get	the texture's translation.

     SYNOPSIS
	  #include <Dt.h>


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

     DESCRIPTION
	  DtTextureGetTranslation() returns the	textures offset	on the
	  material via the pointers to the s and t parameters for the
	  given	texture	name.

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

     FILES
	  Link with -lDtOMio