Skip to content
Snippets Groups Projects
Commit 9e2b6e80 authored by Philip Trettner's avatar Philip Trettner
Browse files

fixed namespace

parent a55fc6ac
Branches
No related tags found
No related merge requests found
......@@ -329,4 +329,6 @@ ScalarT perlin_noise(ScalarT const x, ScalarT const y, ScalarT const z, ScalarT
return perlin_noise(pos<4, ScalarT>(x, y, z, w));
}
} // namespace noise
using noise::perlin_noise;
} // namespace tg
......@@ -434,4 +434,6 @@ ScalarT simplex_noise(ScalarT const x, ScalarT const y, ScalarT const z, ScalarT
}
} // namespace noise
using noise::simplex_noise;
} // namespace tg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment