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

merged noise

parent ee59a3d7
No related branches found
No related tags found
No related merge requests found
......@@ -106,11 +106,6 @@ TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(vec, floor);
TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(size, floor);
TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(comp, floor);
// fract
TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(pos, fract);
TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(vec, fract);
TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(size, fract);
// ifloor
TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(pos, ifloor);
TG_IMPL_DEFINE_COMPWISE_FUNC_UNARY(vec, ifloor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment