three-stdlib icon indicating copy to clipboard operation
three-stdlib copied to clipboard

πŸ“š Stand-alone library of threejs examples designed to run without transpilation in node & browser

Results 65 three-stdlib issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

### Suggested implementation: - [ ] AdaptiveToneMappingPass - [ ] AfterImagePass - [ ] BloomPass - [ ] BokehPass - [ ] ClearPass - [ ] CubeTexturePass - [ ]...

enhancement
help wanted
typescript

### 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...

typescript

### 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?

question
request for comments

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....

question
typescript

### Why fix "Uncaught ReferenceError: Water is not defined" ![image](https://user-images.githubusercontent.com/30215105/191897313-c279a96c-9258-44ef-a89c-e74b398ff27b.png) ### Checklist - [x] Ready to be merged

- `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...

bug

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...

bug
typescript