Arthur Mougin
Arthur Mougin
Hi, i am trying to access bounding box for a layout script, but i can't read it (value always infinite). i made troika-text the dependency of my component without result....
**Is your feature request related to a problem? Please describe.** I am working on webXR focused project and consider moving from [Aframe](https://aframe.io/docs/1.2.0/introduction/) to vue-gl. But I would need some helper...
 the hover effect doesnt render properly on this particular browser.
When loading the torus asset (https://github.com/takahirox/three-gltf-extensions/tree/main/examples/assets/gltf/Torus/glTF-lod), the update does not return the good mesh : Using this function as OnUpdate : `(e,f) =>{console.log(e,f)}` return ``` 11:50:36.923 MSFT_LOD_Loader.js:64 LOD {uuid: '19A64444-FB39-4DDD-8C74-B1FFE2AC9253',...
Hi, this error pops on every html shader rendering, a lot if a fps is fixed. aframe version : 0.8.2 THREE.Math: .nearestPowerOfTwo() has been renamed to .floorPowerOfTwo().
Hi, i would love to have the ability to use html code outside of the aframe code. Use case : allowing the user to visite my website in classic html...
Interested in adding support for gpt4?
This is a carbon copy of the conversation that happened on the WebXR discord server about navigation based on a suggestion from @dmarcos : Slt (Myself) > ... > What...
Unexpected behavior : ``` app.ws('/',function(ws,req){ console.log('socket requested\n'); ws.on('open',function(){ console.log("new connection."); ws.send("welcome"); }); ws.on('message',function (data) { console.log("message:" ,data); ws.send(data); }) .... ``` On the first connection and after the first message,...
Running the examples on chrome 83 on samsung galaxy A40 show only a white screen with some text.