Joe Pea

Results 958 issues of Joe Pea

Continuing #41, here is a simple reproduction of the issue: https://codepen.io/trusktr/pen/xxYYrYj Note that the projection should cover the whole yellow circle (from the camera's perspective) but it comes in from...

`onBeforeCompile` only ever runs once, initially, and never again. Therefore if someone does this: ```js const mat = new ProjectedMaterial() renderer.render(scene, camera) // runs onBeforeCompile // ...later... mat.camera = new...

…so people know when to do things (f.e. to re-render a scene). As an alternative to https://github.com/mrdoob/three.js/pull/24145 which was rejected, this is a less ideal way to signal to users...

This seems like it might be the tool for the job. I saw you comments in the WebAssembly Discord #assemblyscript channel. Btw there's an [official AssemblyScript Discord server](https://discord.gg/wx8dmJf) now! I'm...

### Summary The new component system [Solid.js](https://solidjs.com) looks like React (because it uses JSX syntax), but it compiles to something way better using dependency-tracking reactivity just like Meteor's reactive variables...

Static types officially in JS would be _awesome_. It would allow things like [AssemblyScript (TypeScript to WebAssembly)](https://assemblyscript.org/) to be even more possible in a standard way, and for alternatives to...

My shell is `zsh`. When I open terminal-plus, the white cursor just blinks, and my command line never shows up. This is with default settings. The `Shell Override` setting shows...

How do we select text in the terminal, in order to copy it? When I try, it does not select anything.

To see the problem, simply open your LightAndBillboard example in Chrome 53 or higher: http://kitao.github.io/divsugar/examples/04.LightAndBillboard/ This is a bad design choice in the w3 css-transforms spec, [here](https://drafts.csswg.org/css-transforms/#grouping-property-values), which states that...

Referring to this: https://github.com/GoogleChrome/samples/blob/5f07c2257876303575524e479b20fd48ddf877a1/css-opacity-force-flattening/index.html#L67-L75 That page should perhaps also show the undesirable and unfortunate effect that `opacity` flattening has on 3D transforms.