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

`three-stdlib` should include the OutputPass from [`examples/jsm/postprocessing/OutputPass.js`](https://github.com/mrdoob/three.js/blob/dev/examples/jsm/postprocessing/OutputPass.js) as a postprocessing pass. This is the new, recommended way to apply color space / tonemapping adjustments as a postprocessing pass. Additionally, the...

enhancement

### Why Removes Yarn and just uses Npm. Reduces complexity without losing anything. ### What Removed all references to yarn and instead just use npm. ### Checklist - [x] Documentation...

- `three` version: n/a - `@types/three` version: n/a - `three-stdlib` version: 2.29.4 ### Problem description: I ran into this bug and it took a while to figure out. It turns...

bug
released

### Describe the feature you'd like: I would propose we remove yarn. NPM is faster and more reliable than it was years ago. Yarn just adds an unnecessary dependency and...

enhancement

- `three` version: 0.160.0 - `@types/three` version: 0.160.0 - `three-stdlib` version: 2.28.12 ### Problem description: Materials loaded with the MTLLoader and OBJLoader are not the same as threes.js' loaders. Colours...

bug

- `three` version: "0.158.0" - `@types/three` version: "0.158.2" - `three-stdlib` version: "2.28.5" ### Problem description: Your README describes support for workers: A build system for ESM and CJS, compatible with...

bug

- `three` version: 0.160 - `@types/three` version: - `three-stdlib` version: ### Problem description: `mergeBufferGeometries` gives error `Uncaught TypeError: Cannot read properties of undefined (reading 'index')` It is from some sloppy...

bug

Why was setting distance left out of Orbit Controls? API provides access via: - `getAzimuthalAngle` - `getDistance` - `getPolarAngle` But only mutates via: - `setAzimuthalAngle` - `setPolarAngle` https://github.com/pmndrs/three-stdlib/blob/f35f76e67f763903fa11f9d7a413587b6efe2d6b/src/controls/OrbitControls.ts#L130-L168 Relates to...

enhancement

Adds `XRPlanes` from https://github.com/mrdoob/three.js/pull/26098. These seem broken, will need to upstream fixes. Related: https://github.com/pmndrs/react-xr/issues/204.