Page 1 of 1

[TOGoS] [0.16.30] Weird behavior of noise expressions

Posted: Tue Mar 13, 2018 5:40 pm
by betrok
I tried to mod map generation and encountered very weird behavior of noise expressions.
Check this topic for details.

Probably there is a bug in expressions compiler.

Re: [TOGoS] [0.16.30] Weird behavior of noise expressions

Posted: Thu Mar 07, 2019 7:28 pm
by TOGoS
The "bug" was that the basis noise function was being applied to integer coordinates, which always returns 0, which isn't actually a bug.