FluxML / Flux3D.jl

3D computer vision library in Julia
https://fluxml.ai/Flux3D.jl/dev/
MIT License
101 stars 14 forks source link

[Feature Request] Support for Textures in Meshes #29

Open avik-pal opened 4 years ago

avik-pal commented 4 years ago

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:

I believe the first one is just storing a 4D Array. The other one is slightly more complicated to handle though.

jay-sonawane commented 4 years ago

Will this project continue in GSoC 2021? Also, can I try working on this issue?

avik-pal commented 4 years ago

@jayson-310801 The project might be listed again. However, the final decision is taken depending on the quality of the proposals for all projects combined.

Feel free to give it a shot, and ping @nirmal-suthar or me in case you are stuck.