webxr AR Can not work with FBXLoader
See original GitHub issueDescription of the problem
FBXLoader is not working with webxr / Ar / hittest , I’m running the current example but simply replacing the cylinder mesh with an object loaded with FBXLoader, and I’m receiving the following WebGL warnings:
-
three.module.js:16000 THREE.WebGLRenderer: EXT_frag_depth extension not supported.
three.module.js:16000
-
THREE.WebGLRenderer: WEBGL_draw_buffers extension not supported.
three.module.js:16000
-
three.module.js:16000 THREE.WebGLRenderer: EXT_shader_texture_lod extension not supported.
three.module.js:16000
-
WebGL: INVALID_ENUM: bufferData: invalid usage
three.module.js:14449
-
[.WebGL-0xcbb07700]GL ERROR :GL_INVALID_OPERATION : glDrawArrays: attempt to access out of range vertices in attribute 0
Three.js version
- Dev
- r113
- …
Browser
- Chrome Dev
OS
- Android
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
FBXLoader in webxr AR - Questions - three.js forum
Can anyone help with the issue? FBXLoader is not working with webxr / Ar / hittest , I'm running the current example but...
Read more >Threejs rendering an FBX Object not working. - undefined 404 ...
I have a set of .fbx objects that I'm trying to load through FBXLoader on a WebXR App.
Read more >Get started with Augmented Reality on the web ... - Medium
The WebXR Device API is a native browser API that enables users to run AR and VR experiences entirely inside a browser, without...
Read more >FBX Loader - Three.js Tutorials - sbcode.net
The FBX format is used to provide interoperability between digital content creation applications and game engines such as Blender, Maya, Autodesk, Unity, ...
Read more >threelet - npm
Portable 3D/WebXR component based on three.js. Latest version: 1.1.2, ... There are no other projects in the npm registry using threelet.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is no reason
FBXLoader
shouldn’t work with WebXR.If you want us to take a look into it you need to create a jsfiddle that proves that it doesn’t work, otherwise you’re asking us to stop what we’re doing and debug your hypothesis.
🙃