Realistic texture

I’m willing to create realistic images for a product, I know that this can be achieved in Blender, but I want this to be possible in my browser as I would be editing my model in browser)the texture changes) and want to generate realistic images of it(the model with new texture) there, can someone please guide me on how this can be achieved, thanks

Maybe you are looking for Sketchfab ?

Or if you really seek high fidelity (lights + materials). You need a pathtracer.
But like Blender or any engines of this type, it’s all about waiting for enough samples to process.

example:
https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/interior.html

I need a suggestion on this, if I use pathtracer will I be able to host it on my website and are the images generated by the pathtracer promising like blender?

Im not looking for a source, thank you

Yes, you can host a standalone version.
the quality of the image depend of many factors (like the power of your GPU) The best way is to try the various demos, like the lego one. Test it yourself and try it on your site.
https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/lego.html#Tree%20House

“quick” 500 samples screen I just took for fun.

1 Like

It looks pretty promising, thank you