AEspinosaDev / WebGL-RealTimeFur-SEDDI

Real Time Fur rendering using Kajiya´s method for shading. Made in WebGL.
https://aespinosadev.github.io/WebGL-RealTimeFur-SEDDI/
MIT License
8 stars 2 forks source link

Need Three.js version #2

Open clearisoft opened 1 week ago

clearisoft commented 1 week ago

I desperately need a real time fur for the three.js version. Could you please provide me with one? Thank you very much

AEspinosaDev commented 1 week ago

If you are asking for a version based on the Three Js fw you have it here: https://github.com/AEspinosaDev/ThreeJS-RealTimeFur-SEDDI

Thre problem is, it wont work as is, due to be using a modified three js version, and sadly, i dont have the rights to share that version. So you would have to install a standard three js version and change the the imports of three js in every file. Furthermore, you should need to take out the part of the code related to the combing functionality, as is using the transform feedback functionality of WebGl as base, something standard three js doesnt support.

Anyway, I believe is a good starting point