rtiow: add noise_explorer_warp.

This commit is contained in:
2019-11-09 13:00:44 -08:00
parent d9d183b1e5
commit 53398a57b7
7 changed files with 542 additions and 16 deletions

View File

@@ -418,7 +418,6 @@ fn noise_marble(
np: Path<NoiseParamsMarble>,
optional: Option<Query<OptionalParams>>,
) -> Result<HttpResponse> {
info!("optional {:?}", optional);
noise(NoiseParams {
width: np.width,
height: np.height,