I am a begginer, Can anyone tell where we can create different textures like normal,alpha,ambientOcclusion etc for three js for any image we want?

I don’t know where i can create the textures for a certain image which i need to load on a meterial for ex If i want a window in my house in a web app so where i can get all the textures for it ?

1 Like

most free ones are here

https://3dassets.one/#order=latest

If you have a 3D model that doesn’t already have textures — or if you don’t have a 3D model yet and are planning to build that from code — it’s often easiest to start in programs like Blender. There are a lot of beginner-friendly tutorials on modeling, UV unwrapping, and texturing, and understanding how to do this in Blender (or other similar software) will pretty quickly get you much farther than searching for existing textures online alone. It’s also very hard to use “found” textures correctly without understanding the UV unwrapping part of the modeling workflow first.

Thank you !! @donmccurdy

Thanks @orion_prime