causticsEngineering
causticsEngineering copied to clipboard
This repo demonstrates generating 3D surface meshes from input images
There is no reason the entire source code needs to live in a single file. Separate out the Mesh utilities including: - Mesh structs - Creating and Initializing the mesh...
The code should obviously handle images of any size, not just the hardcoded assumption of 512 x 512. There is no reason the code cannot be made to do that,...
When I change the hardcoded focal length [here](https://github.com/MattFerraro/causticsEngineering/blob/main/src/create_mesh.jl#L925-L926) it doesn't seem to actually affect the optical properties. I've been importing all the meshes into Cinema 4D to render the caustics...
What ideas and formulas are used to implement the FindT function in the code? Why do you want to calculate the time when the area is reduced to 0 and...