We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Embeded image export

Home Forums Graphics / Blender Embeded image export

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14593
    dragosburian
    Customer

    Hello, I noticed that with 2.12 the export properties were moved to the render section, however I cannot see the image embedding in the gltf file. Is it moved to some other section?

    #14605

    Hi,
    we removed this option in favor of the more optimized GLB export option. Can you use this format this embeds all data in one file in your production pipeline?

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #14610
    dragosburian
    Customer

    Hi, thank you for the reply,does it work just like the gltf? I mean if I replace our gltfs with glb, will v3d just load that one?

    #14648

    Yep, you just need to replace extension in the main JS file of your app from .gltf to .glb e.g:

    var sceneURL = params.load ? params.load : '__URL__my_awesome_app.glb'.replace('__URL__', '');

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.