From Golden Fondue · v2. Edit this definition in its source simulation.
Source
visual GoldenCheese for FondueMatter + FondueHeat {
color {
let soft = clamp((self.temperature - 0.25) / 0.4, 0.0, 1.0);
rgba(1.0, 0.78 - soft * 0.15, 0.16 - soft * 0.10, clamp(self.mass * 3.0, 0.0, 1.0))
}
}Building blocks
These exact versions are included when you reuse this artifact.