three-stdlib
three-stdlib copied to clipboard
📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
- `three` version: - `@types/three` version: - `three-stdlib` version: 2.35.14 ### Problem description: I'm currently writing a mesh viewer using react. I'm using the react-three/drei library https://github.com/pmndrs/drei wich relies on...
- `three` version: 170 - `@types/three` version: 270 - `three-stdlib` version: 2.35.2 ### Problem description: Can not import MaterialCreator. ### Relevant code: ```js import { MaterialCreator } from 'three-stdlib' ```...
### Why As part of fixing #387, we did #388. But it resulted in `useThree().set({controls: ...})` not working with `three-stdlib` as their controls don't match the types. This loosens the...
- `@types/three` version: from 0.168.0 - `three-stdlib` version: 2.34.0 ### Problem description: `@types/three` introduced on v168 the breaking change that `unknown` events can no longer be dispatched in `EventDispatcher` ([source](https://github.com/three-types/three-ts-types/releases/tag/r168))....
- `three` version: 0.170.0 - `@types/three` version: 0.170.0 - `three-stdlib` version: 2.34.0 ### Problem description: Creating the CSM fails with the following error: `Can not resolve #include ` The [original...