setLightDirection method
Sets the world space direction for lightEntity
to the given vector.
Implementation
@override
Future setLightDirection(ThermionEntity lightEntity, Vector3 direction) {
// TODO: implement setLightDirection
throw UnimplementedError();
}