Joe Pea

Results 1897 comments of Joe Pea

When the count is bigger than the previous allotted space, more space needs to be made, and right now the simple way to do that is to re-create the underlying...

The most ideal solution would be making a new GeometryBehavior like `SphereGeometryBehavior`, including new properties to map to the geometry if needed. Here's how SphereGeometryBehavior is implemented: https://github.com/lume/lume/blob/develop/src/behaviors/mesh-behaviors/geometries/SphereGeometryBehavior.ts It is...

Would be nice! We're using [docsify-themeable](https://jhildenbiddle.github.io/docsify-themeable/#/) for the base CSS [Docsify](https://docsify.js.org/#/) theme. Searching for "dark mode" in docsify-themeable's sidebar will lead you to this section: https://jhildenbiddle.github.io/docsify-themeable/#/quick-start?id=existing-site Where it will specify...

Sidenote, I'm a maintainer of Docsify. I have it converted to Solid.js in a branch. You can ask me if you have any questions about it, and there is also...

Hello, yeah, it is currently called `origin` in Lume (I wonder if pivot is a better name, so not to confuse with coordinate system origin?). Docs and example of that...

Not sure I understand what you mean. Do you want to add controls like these? https://threejs.org/examples/?q=controls#misc_controls_transform P.S. Feel free to ping me in the Discord server (link on website). Maybe...

@WREQI Do you still need help? You can add Three.js `TransformControls` to Lume objects. Side note: +Y in Threejs is -Y in Lume. And rotation in Threejs is right-handed while...

@cameronluda hello! Which file type do you have in mind?

cc @silvestrevivo @vijaysundaram