Browser reloads with large gltf model
Opened this issue · 1 comments
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?