three-stdlib
three-stdlib copied to clipboard
📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
I have an app using react three fiber, which depends on three.js and consequently on three-stdlib. I'm auditing security and finding this issue in lottie-web, which is not maintained for...
- `three` version: 0.150.1 - `@types/three` version: 0.163 - `three-stdlib` version: 2.33.0 ### Problem description: defaultColor in OutlineEffectParameters for the OutlineEffect class is set to number[]. It should probably be...
- `three` version: `latest` aka `0.176.0` - `@types/three` version: `latest` aka `0.176.0` - `three-stdlib` version: `^2.35.6` ### Problem description: Thanks for the great project. When building my next app, I...
In OrbitControls, I want to be able to use shift without altering the Mouse behavior. e.g. when pressing Shift, I can no longer rotate with the left mouse even when...
First, I'll 100% admit I don't fully understand this code (apologies). However, repeated bug under use of Flycontrols with dragToLook = true, that it would get "stuck" as if the...
- `@react-three/drei` version: ^10.0.4 - `@react-three/fiber` version: ^9.1.0 - `three-stdlib` version: 2.35.14 ### Problem description: I get an error when exporting to a gltf file using the following function. -...
### Why I negated an if so that if a `THREE.Line` object that is passed to the exporter and it has a geometry of type `BufferGeometry` the exporter does not...
- `three` version: `^0.167.1` - `@types/three` version - : `@types/[email protected]` - `three-stdlib` version: `[email protected]` ### Problem description: I was trying to export some `THREE.Line` objects and the exporter throws `THREE.OBJExporter:...
- `three` version: v174 - Chrome, Windows ### Problem description: * Open https://threejs.org/examples/misc_controls_orbit.html with a PC that has a touch screen and a mouse * Click and hold on the...
- `three` version: 0.173.0 - `@types/three` version: 0.163.0 - `three-stdlib` version: 2.35.6 ### Problem description: When using Flycontrols and specifically using mousedown for yaw and pitch, the mouse can get...