class Texture::Noise

Defined in:

texture.cr

Constructors

Instance Method Summary

Instance methods inherited from class Texture

value(hit : HitRecord) : Color value

Constructor Detail

def self.new(scale = 10.0, noise = Perlin.new(100)) #

[View source]

Instance Method Detail

def value(hit) #

[View source]