Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser reloads with large gltf model #621

Open
anuj9196 opened this issue Dec 9, 2024 · 0 comments
Open

Browser reloads with large gltf model #621

anuj9196 opened this issue Dec 9, 2024 · 0 comments

Comments

@anuj9196
Copy link

anuj9196 commented Dec 9, 2024

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
I am trying to load a 3D entity of the zip size to be around 60-70 MB. On scanning the maker, the browser reloads automatically after few seconds.
If the current behavior is a bug, please provide the steps to reproduce.
Use this model in entity

https://tapxreality-media.s3.ap-south-1.amazonaws.com/media/uploads/422909c0-b46d-45e2-9692-8020b8324a58/2024/12/preview/3d/20241208_88611_free1975porsche911930turbo/extracted/scene.gltf

code

<a-scene
        vr-mode-ui='enabled: false;'
        renderer="logarithmicDepthBuffer: true; precision: medium;"
        embedded 
        gesture-detector 
        arjs='trackingMethod: best; sourceType: webcam; debugUIEnabled: false;'>

        <a-nft
            type='nft'
            url="{{ item.scan.data.file|marker_path }}"
            smooth='true'
            smoothCount='10'
            smoothTolerance='0.01'
            smoothThreshold='5' 
            markerhandler>
            <a-entity
                gltf-model="https://tapxreality-media.s3.ap-south-1.amazonaws.com/media/uploads/422909c0-b46d-45e2-9692-8020b8324a58/2024/12/preview/3d/20241208_88611_free1975porsche911930turbo/extracted/scene.gltf"
                scale="5 5 5"
                position="150 350 -250" rotation="-90 0 0" gesture-handler>
            </a-entity>
        </a-nft>
	<a-entity camera></a-entity>
    </a-scene>

Please mention other relevant information such as the browser version, Operating System and Device Name
Safari + Chrome (iPhone 15)
What is the expected behavior?

The zip file of gltf model is https://tapxreality-media.s3.ap-south-1.amazonaws.com/media/uploads/422909c0-b46d-45e2-9692-8020b8324a58/2024/12/preview/3d/20241208_88611_free1975porsche911930turbo.zip
3D models should load
If this is a feature request, what is motivation or use case for changing the behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant