three-stdlib
three-stdlib copied to clipboard
π Stand-alone library of threejs examples designed to run without transpilation in node & browser
ThreeJS has updated the XRHand Mesh to use the official model from immersive-web/webxr-input-profiles rather than the inbuilt Oculus one, in addition there have been some changes in the way hand...
I want to listen events on CanvasοΌso I try to bind events on wrapper element. However the wrapper event will trigger only when I set OrbitControls disabled, I guess is...
### Suggested implementation: - [ ] AdaptiveToneMappingPass - [ ] AfterImagePass - [ ] BloomPass - [ ] BokehPass - [ ] ClearPass - [ ] CubeTexturePass - [ ]...
### What - `ARButton.js` -> `ARButton.ts` - `VRButton.js` -> `VRButton.ts` ### Why Types XRButtons. Didn't see an issue tracking these in any of the typing milestones so no worries if...
### What is your question: This is a problem, I think @drcmda has done some initial investigation into it, it'd be helpful if you could share what you've found?
I'm noticing that these modules pull from [`@types/three`](https://github.com/three-types/three-ts-types), currently maintained parallel with three. My concern is managing discrepancies between this repository and three's and keeping the shared types in sync....
### Why fix "Uncaught ReferenceError: Water is not defined"  ### Checklist - [x] Ready to be merged
Fixes #153, follow-up to #187.
- `three` version: 0.160.0 - `@types/three` version: 0.162.0 - `three-stdlib` version: 2.29.4 ### Problem description: I receive this parameters type errors for `Reflector` and `Refractor`, where it should have accept...
https://github.com/pmndrs/three-stdlib/blob/da078635112c23be67a848fcb16e06f66f0271a9/src/loaders/KTX2Loader.d.ts#L11 KTX2Loader does not have a `parse` method. but the types says that it does. This causes an issue when trying to use drei along side ThreeJS natively when using...