How can I convert JPG/PNG images to GLB files for an AR project?

0
5
Asked By CreativeCoder42 On

I'm working on an augmented reality project and I need GLB files created from images. I'm looking for an open-source tool or website that can help me convert JPG or PNG files into GLB format for free. Any suggestions on how to do this?

3 Answers

Answered By TechieNinja12 On

You can check out Sloyd’s file converter tool at https://www.sloyd.ai/tools/file-converter/jpg/to/glb. While there’s an $8/month fee, they offer a free trial so you could give it a shot!

Answered By ArtisticWizard99 On

To convert a 2D image into a GLB file, you should clarify your specific needs. Are you looking to just embed your image as a flat texture on a 3D object, or do you want to create a 3D mesh from it? If you're not sure yet, just keep in mind your requirements may change as you dive deeper into your AR project.

Answered By BlenderBunny77 On

One recommendation is to use Blender, a free open-source software. You can import your 3D model (if you have one) or just create a simple plane and then apply your JPG image as a texture in the Material Properties. Then, go to File > Export and choose GLB format in the export settings.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.