struct Lambertian

Defined in:

material.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Material

initialize initialize, scatter(r_in : Ray, rec : HitRecord) : MaybeRayAndAttenuation scatter

Constructor methods inherited from struct Material

new new

Constructor Detail

def self.new(albedo : Texture) #

[View source]
def self.new(albedo : Color) #

[View source]

Instance Method Detail

def scatter(r_in : Ray, rec : HitRecord) : MaybeRayAndAttenuation #

[View source]