setLightPosition method
Set the world space position for lightEntity
to the given coordinates.
Implementation
@override
Future setLightPosition(ThermionEntity lightEntity, double x, double y, double z) {
// TODO: implement setLightPosition
throw UnimplementedError();
}