Raanan Weber

Results 176 comments of Raanan Weber

We at Babylon.js maintain a webxr.d.ts as well - https://github.com/BabylonJS/Babylon.js/blob/master/src/LibDeclarations/webxr.d.ts. I don't think there is a way to automate that process using a js or ts libs, as this is...

We (babylonjs) will be distributing 4.2 with the following declaration file: https://github.com/BabylonJS/Babylon.js/blob/master/src/LibDeclarations/webxr.d.ts Does someone want to review it, or will it be helpful if I submit it somewhere (like @types/webxr)?

@Manishearth - I am preparing the repository right now. It seems however, that the fastest (and safest) way to get the typings to @types is to submit it to [DefinitelyTyped]...

@Manishearth - of course. PR is coming Monday after i finished working on doc comments and a few cleanups.

The specs are constantly changing, there are a few things added and modified since the last update

models.babylonjs.com now redirects to the meshes directory in our assets' library. for example: https://models.babylonjs.com/Rabbit.babylon Notice that the DNS update might be in propagation so it might take a few minutes/hours...

WebXR has a depth-sensing API proposal that is already working on android devices: https://github.com/immersive-web/depth-sensing

Did you even get the chance to implement this? I tried using i2c yesterday with no luck. If not, can either of you point me in a direction where I...

Thanks for the answer! I was looking into it a bit further. I2C works a bit different - first it is in passive mode. you have to constantly "poll" the...

> Is it not messing the playground checks for typings ? I remember we had special rules there but can not remember if there were for @hidden or only removing...