I am planning to rework RayTracer.jl to make use of Flux3D for its handling of meshes. I am wondering how difficult would it be to handle textures. There are two components to this: - [ ] Vertex Colors - [ ] Image Textures I believe the first one is just storing a 4D Array. The other one is slightly more complicated to handle though.