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.

Verg3D demo pages will not load in browser from URL

Home Forums Graphics / Blender Verg3D demo pages will not load in browser from URL

Tagged: ,

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #63420
    kdv
    Participant

    is that compressed assets are preferable to use

    They are not preferable. It’s you who decides what assets to use. By default compressed assets are not enabled in Puzzles.

    You can find all supported mime types in this file

    Or you can use the universal type application/octet-stream


    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #63425
    jefferywright
    Participant

    kdv,

    My server is what I am discussing here, your server may be another story but that’s not what I am concerned about. My server needs to be configured to serve gltf.xz thus my attempts to find an answer that may benefit others facing this issue.

    For those keeping score: So far, the answer appears to be: Adding this to my web.config stopped the gltf.xz error I received and in addition to fixing new errors that cropped up as a result, since :

    
    <mimeMap fileExtension=".gltf.xz" mimeType="application/zip" />
    <mimeMap fileExtension=".bin.xz" mimeType="application/zip" />
    <mimeMap fileExtension=".hdr.xz" mimeType="application/zip" />
    

    ..resulting of course, in an entirely new error I am now coping with, for the teapot demo:

    v3d.GLTFLoader: Couldn't load texture teapot_heater_OcclusionRoughnessMetallic.ktx2

    All I could find on that format is summed up in this addition to my config file, that solves nothing:

    <mimeMap fileExtension=".ktx2" mimeType="image/ktx2" /> = I still get that error.

    Never a dull moment, is there? Which again brings me to the same question: Why is the Verge3D network able to serve that format? What configuration are they using that allows it? If I knew I could configure my server to do what theirs is doing.

    It would be handy if that information were available somewhere discoverable to refer to, does it exist and I just haven’t found it?

    Thanks.

    Interactive Multimedia and Visual Design
    https://jefferywright.com/

    #63426
    kdv
    Participant

    use the universal type application/octet-stream

    My server is what I am discussing here

    And that’s the problem ))) Nobody knows what server and what settings you are using )))

    v3d.GLTFLoader: Couldn’t load texture teapot_heater_OcclusionRoughnessMetallic.ktx2

    Most likely you need to add one more extension “.wasm” for basis_transcoder.wasm (ktx2 loader binary)

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.