three-stdlib
three-stdlib copied to clipboard
๐ Stand-alone library of threejs examples designed to run without transpilation in node & browser
### 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...
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...
- `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
interface GLTF lack two attributes: nodes and materials 
### 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...
### 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....
- `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...