manyfold icon indicating copy to clipboard operation
manyfold copied to clipboard

Textured meshes

Open CabbageMS opened this issue 1 year ago • 7 comments

Hi there,

Is there any plan to add support for textured meshes to the program?

Thanks Matt

CabbageMS avatar Jun 25 '24 13:06 CabbageMS

Not yet, as the focus has been on models for print, which generally don't have texture, but there's no reason why we couldn't support object materials and meshes if users wanted it!

Floppy avatar Jun 25 '24 13:06 Floppy

Ok great. Well you can put me down for one user that would want it haha. My use case it that I want to showcase textured meshes of buildings that I have created through LiDaR and Photogrammetry. I've uploaded a non textured version and it works great, it'd just be amazing if I could add texture.

image

CabbageMS avatar Jun 25 '24 13:06 CabbageMS

Sounds fantastic! I see you're using STL, which I didn't realise even supported textures. Any chance you can upload an example zip of a model here so I can see how it works and use it to test?

Floppy avatar Jun 25 '24 15:06 Floppy

Sure thing. The above is just an STL but my textured files are OBJ with an attached MTL. Unfortunately my model isn't particularly decimated and my smallest model available to me at the moment is 3.3Gb with textures. If I get access to the software again (awaiting license) I'll produce a more web friendly file size

CabbageMS avatar Jun 25 '24 15:06 CabbageMS

Happy to dropbox them?

CabbageMS avatar Jun 25 '24 15:06 CabbageMS

Ah, OK, OBJ+MTL I can do, no worries :)

Floppy avatar Jun 25 '24 17:06 Floppy

Would be really nice for .blend files as well, for sharing game and render movie models.

poVoq avatar Oct 16 '24 22:10 poVoq

This works now for any renderable formats that include materials, including the OBJ/MTL combination. Full list of current renderable formats is at https://manyfold.app/manual/supported_formats.html.

Floppy avatar May 29 '25 10:05 Floppy

@Floppy How exactly do you upload a model that contains multiple files, such as the obj,mtl,and texture jpgs?

ForceConstant avatar Oct 08 '25 12:10 ForceConstant

@Floppy How exactly do you upload a model that contains multiple files, such as the obj,mtl,and texture jpgs?

I'm going to improve the UX for that very soon, but the best approach for now is to zip it up, and then upload the zip. If all the paths in the various files that point to each other are relative, it should work...

Floppy avatar Oct 08 '25 13:10 Floppy

@Floppy thanks for reply, but it didn't work. For example below. When I use the upload content with the zip, the content just ends up showing the 5 jpgs, and not even the obj. If I just put the zip in the /models directory and hit scan, nothing shows up.

2025-10-07_20.45.52-default-OSC_68e3adec.zip

ForceConstant avatar Oct 08 '25 16:10 ForceConstant

@Floppy thanks for reply, but it didn't work. For example below. When I use the upload content with the zip, the content just ends up showing the 5 jpgs, and not even the obj. If I just put the zip in the /models directory and hit scan, nothing shows up.

OK, thanks, I'll check it here.

Floppy avatar Oct 08 '25 17:10 Floppy