three-stdlib
three-stdlib copied to clipboard
📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
- `three` version: 137.5 & 138.3 - `@react-three/fiber` version: 7.0.26 - `@react-three/drei` version: 8.12.1 - `node` version: 14.19.0 & v16.14.0 - `npm` (or `yarn`) version: 7.19.1 & 8.3.1 ### Problem...
- `three` 0.139.2: - `@types/three` 0.139.0: - `three-stdlib` version : 2.9.1 ### Problem description: It seems that all classes in nodes folder are inaccessibles in a typescript project ### Relevant...
 Using almost anything this package causes crazy type/resolution errors. Building from master it produces type definitions that import random stuff that doesn't exist. For instance from one of those...
- `three` version: 0.137.5 - `@types/three` version:0.137.0 - `three-stdlib` version:2.9.1 ### Problem description: ParametricGeometry class missing from ParametricGeometries export. Original three examples/geometries folder [here](https://github.com/mrdoob/three.js/tree/master/examples/jsm/geometries) ### Relevant code: Given the following...
Hi all! I'm not sure there's much that can be done about this now, but commit https://github.com/pmndrs/three-stdlib/commit/8125e625005aa03974bd535bf67e8cb888147806 introduces a backwards incompatible change in what becomes a patch version increment (v2.8.4...
- `three` version: 0.136.0 - `three-stdlib` version: 2.6.4 ### Problem description: The current `GLTFReference` type is out of date since version 2.6.4 where loaders were updated. ### Relevant code: ```ts...
https://github.com/pmndrs/three-stdlib/blob/5618b2a3eb0b7896b0ec56372ec57b93d298a018/src/controls/TrackballControls.ts#L170 jsm/contorls/Trackball controls has this line a /= instead of *=
### Why Ability to pass an alpha value as fourth vector component to vertex colors in order to paint a line with varying opacity per vertex. ### What Allowed to...
### Suggested implementation: - [ ] low/IFFParser - [ ] lwo/LWO2Parser - [ ] lwo/LWO3Parser - [ ] 3DMLoader - [ ] 3MFLoader - [ ] AMFLoader - [ ]...
- `three` version: r127 - `three-stdlib` version: v1.2.4 ### Problem description: There is an inconsistency regarding the OrbitControls method `saveState` and how it behaves. In Three, the `camera.zoom` is saved...