LICENSE
README.md
pyproject.toml
eduray.egg-info/PKG-INFO
eduray.egg-info/SOURCES.txt
eduray.egg-info/dependency_links.txt
eduray.egg-info/requires.txt
eduray.egg-info/top_level.txt
src/__init__.py
src/internals.py
src/geometry/__init__.py
src/geometry/geometry_hit.py
src/geometry/primitive.py
src/geometry/ray.py
src/geometry/primitives/__init__.py
src/geometry/primitives/box.py
src/geometry/primitives/cylinder.py
src/geometry/primitives/plane.py
src/geometry/primitives/sphere.py
src/geometry/primitives/square.py
src/geometry/primitives/torus.py
src/geometry/primitives/triangle.py
src/io/__init__.py
src/io/image_helper.py
src/io/object_libraries.py
src/io/pickle_manager.py
src/io/resolution.py
src/io/video.py
src/material/__init__.py
src/material/color.py
src/material/material/__init__.py
src/material/material/material.py
src/material/material/material_sample.py
src/material/material/phong_material.py
src/material/textures/__init__.py
src/material/textures/noise/FBM_noise.py
src/material/textures/noise/__init__.py
src/material/textures/noise/noise.py
src/material/textures/noise/perlin_noise.py
src/material/textures/noise/ridget_multifractal.py
src/material/textures/noise/turbulence_noise.py
src/material/textures/noise/voronoi_noise.py
src/material/textures/procedural_material/__init__.py
src/material/textures/procedural_material/checker.py
src/material/textures/procedural_material/marble.py
src/material/textures/procedural_material/rock.py
src/math/__init__.py
src/math/constants.py
src/math/helpers.py
src/math/optics.py
src/math/vec3.py
src/math/vector.py
src/math/vertex.py
src/render/__init__.py
src/render/render_config.py
src/render/integrator/__init__.py
src/render/integrator/fresnel.py
src/render/integrator/integrator.py
src/render/integrator/ray_caster.py
src/render/integrator/recursive_integrator.py
src/render/loops/__init__.py
src/render/loops/linear_render_loop.py
src/render/loops/multithread_render.py
src/render/loops/progress.py
src/render/loops/render_loop.py
src/render/post_process/__init__.py
src/render/post_process/post_process_config.py
src/render/post_process/post_process_pipeline.py
src/scene/__init__.py
src/scene/light.py
src/scene/object.py
src/scene/scene.py
src/scene/skybox.py
src/scene/surface_interaction.py
src/scene/transform.py
src/scene/animation/__init__.py
src/scene/animation/animation_methods.py
src/scene/animation/animator.py
src/scene/animation/ease.py
src/scene/camera/__init__.py
src/scene/camera/camera.py
src/scene/camera/pinhole_camera.py
src/shading/__init__.py
src/shading/blinn_phong_shader.py
src/shading/color_shader.py
src/shading/depth_shader.py
src/shading/diff_shader.py
src/shading/dot_product_shader.py
src/shading/helpers.py
src/shading/lambert_shader.py
src/shading/local_shading.py
src/shading/normal_shader.py
src/visualizer/__init__.py
src/visualizer/edu_helpers.py
src/visualizer/visualizer.py