Open AleMorales opened 7 months ago
The double sided material does not seem to work properly with the ray tracer. It might be due to the use of power() method.
power()
Need to update reset!() so that it modifies both powers and not only one. We can create a method for it.
reset!()
The double sided material does not seem to work properly with the ray tracer. It might be due to the use of
power()
method.