Joe Pea

Results 958 issues of Joe Pea

Avoid re-calculating Node transform when possible. Currently the `_render` method runs every tick and calls _calculateMatrix regardless if values haven't changed. For example, imagine only opacity is being animated: in...

cpu-performance

Currently, connecting a Node to a parent Node causes the Node's DOM element to be synchronously connected to the Node's Parent's DOM element. Do we want to defer the connection...

question
cpu-performance

When WebGL renderer exists, how do we want to handle nested scenes? - One way would be for every scene to have a root DOM element that contains a ``...

This would make it possible to describe children using absolute sizing, and when the parentis resized, everything in the children would be resized (effectively scaled) to match. Basically the coordinate...

question
API

This is awesome! In the README, it mentions a pitfall. Can you provide a working example of that to better understand it?

I see in the Wiki at https://github.com/estools/escodegen/wiki/Source-Map-Usage an example with Esprima, but it doesn't include a transform step: ```js var ast = esprima.parse('var a = 1', { loc: true, source:...

In some cases it'd be nice to restrict the faces of the line to remain parallel to a given plane instead of billboarding. Is this possible? F.e., I'd like a...

In the following screenshot, only the right side of the line is visible, and you see the left edge is in the middle of the front of the car, but...

For example either the one from `three-instanced-mesh`, or the builtin `THREE.InstancedMesh`? In particular, I would like each line to be instanced, but having different point values. Seems this may not...

Description ----------- The [Commands](https://github.com/zsh-users/antigen/wiki/Commands#antigen-update) Wiki page says: > ```sh > antigen update [] > ``` > > Where is the bundle name to update. If no is given Antigen will...