Material

class raytracing.Material

Bases: object

classmethod findByName(name)

Identify the material and match it with a class used in Raytracing. This can fail if we do not have that material in the materials.py.

Methods

Vd()
abbeNumber()
all()
findByIndex(n, wavelength[, tolerance])
findByName(name) Identify the material and match it with a class used in Raytracing.
n(wavelength)

Inherited Methods