VirtualPlantLab / PlantRayTracer.jl

Ray tracing of 3D meshes (not for visualization)
MIT License
0 stars 0 forks source link

Double sided material #12

Open AleMorales opened 7 months ago

AleMorales commented 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.

AleMorales commented 4 months ago

Need to update reset!() so that it modifies both powers and not only one. We can create a method for it.