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

### Why GLTFExporter stopped working ### What Copied some code across from `three/jsm/examples` ### Checklist - [ ] Ready to be merged

### Why Fixes #170. Needed if converting the three sandbox example to another framework. ### What Adding interactive/InteractiveObject.js ### Checklist - [ ] Documentation updated - [ ] Storybook entry...

### Describe the feature you'd like: interactive/InteractiveGroup.js was added to three.js, but missing from three-stdlib. Its referenced in three sandbox example. ### Why Needed if converting the three sandbox example...

enhancement

Hi! This is just a heads up that the [`ktx-parse` package](https://www.npmjs.com/package/ktx-parse) will be publishing only an ES module (without a CommonJS module), beginning with v0.4. Because `three-stdlib` is a popular...

enhancement

- `three` version: 0.134.0 - `three-stdlib` version: 2.5.10 ### Problem description: GLTFExporter from `three-stdlib` results in empty export. ### Relevant code: https://codesandbox.io/s/exporter-9zlzn?file=/src/index.js:575-703

bug

interface GLTF lack two attributes: nodes and materials ![็ฑปๅž‹ๆ–‡ไปถ](https://user-images.githubusercontent.com/25116778/174752000-16584a49-728a-41b2-a86a-3483264156db.png)

bug

### Describe the feature you'd like: three.js Line2 classes have several important features like better raycasting, worldUnits coordinates, and so on. It'll be nice that three-stdlib Line2 be reconciled with...

enhancement

### Why Fixes #153 ### What We need to clearly mark CJS/ESM targets for Node to resolve correctly in environments like SSR. `type="module"` flags the package as a module (inferred...

-"three": "^0.140.0" - "@types/three": "^0.138.0", - "three-stdlib": "^2.10.1" ### Problem description: While building typescript project, it cannot find needed files in node_modules. No "inputs" folder, missing files in "accessors" folder....

bug

- `three` version: `0.140.0` - `@types/three` version: `0.139.0` - `three-stdlib` version: `2.10.1` ### Problem description: The currently used file extensions for ESM and CJS (`.js` for ESM and `.cjs.js` for...

bug