more set features and a color noise

This commit is contained in:
Yggdrasil75
2026-01-05 14:10:27 -05:00
parent 264f5d9496
commit f347637b77
2 changed files with 53 additions and 11 deletions

View File

@@ -166,7 +166,6 @@ public:
Vec4ui8 permuteColor(const Vec3<float>& point) {
TIME_FUNCTION;
float noiseR = permute(point);
float noiseG = permute(point + Vec3<float>(100.0f, 100.0f, 100.0f));
float noiseB = permute(point + Vec3<float>(200.0f, 200.0f, 200.0f));