42/miniRT.git
2025-01-07 Lukas JiristeImplement clicking on an object to select
2025-01-07 Lukas JiristeAdd more elements to the test_scene
2025-01-04 Lukas JiristeFix not rendering the inside of objects correctly
2025-01-03 Lukas JiristeStop cylinder from filtering "wrong" intersections
2025-01-03 Lukas JiristeFix "light acne" inside sphere
2025-01-03 Lukas JiristeTry to implement sphere self obstruction inside
2025-01-03 Lukas JiristeFix "translucence" of surfaces
2025-01-03 Lukas JiristeDetect inside of sphere
2024-12-06 Lukas JiristeImplement manipulation (transformations)
2024-12-06 Lukas JiristeUse t_object (t_element) for lights and cameras
2024-12-06 Lukas JiristeFix index increment on parsing file
2024-12-06 Lukas JiristeFree scene memory at the end
2024-11-28 Lukas JiristeConvert camera FOV to radians when parsing
2024-11-28 Lukas JiristeAdd comments to the .rt file (//)
2024-11-28 Lukas JiristeFix cylinder rendering
2024-11-28 Lukas JiristeFix computation of radial vector of cylinder
2024-11-28 Lukas JiristeImplement .rt and args parsing, move test scene
2024-11-28 Lukas JiristeUpdate Libft to newer version
2024-11-27 Lukáš JiřištěFix issues with translation
2024-11-27 Lukáš JiřištěAdd more complex scene to demonstrate miniRT
2024-11-27 Lukáš JiřištěAdd intensity dependence on distance
2024-11-27 Lukáš JiřištěFix shadow casting
2024-11-27 Lukáš JiřištěInitialize ray start in get_camera_ray
2024-11-26 Lukas JiristeSolve plane shadow acne
2024-11-26 Lukas JiristeChange plane light diffusion
2024-11-26 Lukas JiristeImplement Lambertian diffuse lighting (kind of)
2024-11-23 Lukas JiristeFix some minor bugs in the RT calculations
2024-11-23 Lukas JiristeAdd a simple scene for debugging
2024-11-23 Lukas JiristeImplement cylinder-ray intersection detection
2024-11-23 Lukas JiristeImplement camera to ray function
2024-11-23 Lukas JiristeSeparate vector functions to separate file
2024-11-23 Lukas JiristeBring the project closer to compileability
2024-11-23 Lukas JiristeImplement the color calculation
2024-11-23 Lukas JiristeImplement most of ray intersection detection
2024-11-23 Lukas JiristeAdd the structures used for defining the scene
2024-11-22 Lukas JiristeAdd some functions and structure
2024-11-22 Lukas JiristeAdd initial tools and structure