NAME
DtLightGetPosition - Get the position for the given light.
SYNOPSIS
#include <Dt.h>
int DtLightGetPosition( int lightID, float *x, float *y, float *z )
DESCRIPTION
DtLightGetPosition() returns the light's position, via the
pointers to the x, y and z parameters, for the light
specified by lightID.
DIAGNOSTICS
returns one on success and zero on failure.
FILES
Link with -lDtOMio