Joe Pea

Results 958 issues of Joe Pea

Something like the following that will find a Three.js node with the name `some-node` and apply a custom material to it, in this case a phong material with color skyblue,...

f.e. the following ```html ``` make all meshes in the loaded model use the phong material. Not useful in all cases, but definitely some! This is similar to `Scene.overrideMaterial` in...

F.e. ```html const el = document.querySelector('#mesh') el.setPositionAt(10, 1, 2, 3) // updates particular instance position console.log(el.positions[30]) // 1 console.log(el.positions[31]) // 2 el.positions[31] = 4 // Is this possible? const positions...

Given some sub tree, ```html ``` we'd be able to wrap it with auto instancing, ```html ``` and it would instance the meshes marked with `A`, ad the meshes marked...

There may be a Google Chrome (Chromium) bug that causes a canvas to flicker when resizing it in a `ResizeObserver` callback. No problem in Safari? https://user-images.githubusercontent.com/297678/195266595-f7fc85e0-24db-4237-8c87-002c2164eb75.mov

When we register a behavior it should set up a map of types much like with custom elements. When we `get` a behavior, the return type should have the expected...

Issues haven't been answered for years.

- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [ ] This feature is important to have in this repository; a contrib plugin wouldn't do. _A...

enhancement

**Troubleshoot** - [x] Before creating an issue, please check: https://typicode.github.io/husky/troubleshooting.html **Context** Please describe your issue and provide some context: - Terminal or GUI client (PowerShell, Git Bash, GitHub Desktop, ...)...

### Description When visiting `localhost:3000/foo.html`, `serve` strips the `.html` so it becomes `localhost:3000/foo`. ### Library version 14.0.1 ### Node version v16.13.2