Garrett Johnson

Results 1078 comments of Garrett Johnson

I'm wondering if it makes sense to switch the Line raycasting method to use the same type of screen space method that Line2 uses. It would require Line to be...

I think there's a bigger question of what these screenspace thickness lines should do for raycasting when they're off screen - if a line is off screen there's not a...

> I'd agree with this. Anything that is screen-space must be culled if all points are completely offscreen. From a practical perspective I can see needing to be able to...

Thoughts: - Add an "optimize size" function / code path that is slower but stores the specific range of data required for re-instantiating the index. Could also add a separate...

These thresholds are used for making it easier to select items with a mouse so to me it's much more sensible to specify them in pixel units rather than providing...

Hello! I'm not sure what a "vctr" file is. Is there a specification for it? Is this something custom from that data platform? The [3d tiles specification](https://github.com/CesiumGS/3d-tiles/tree/main/specification#tile-format-specifications) only allows for...

Do you have an image of what this looks like? The in-progress definition looks like it just stores points, lines, and polyons, which can all be [rendered in glTF](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#meshes-overview) so...

> I would therefore need to hide google tiles for Switzerland, but only when the zoom level is sufficiently zoomed in so that Switzerland takes the whole screen (to avoid...