hybridherbst

Results 230 issues of hybridherbst

### Expected behavior Dragged objects should only ever follow the mouse if the mouse is clicked. However, it seems that certain interactions (such as taking a screenshot while dragging) will...

We're randomly getting errors in clipAgainstHull. These are unfortunately not deterministic (sometimes it happens, on other runs it doesn't happen) and it's unclear which objects cause this (testing them 1...

Seems some files were copied over from glTFast directly, thus causing GUID conflicts with both packages in the same project. This PR introduces new GUIDs for these files and folders,...

**Description** @takahirox requested that the `getDependency('light')` implementation should be a separate PR, so here it is. This is in preparation for supporting the KHR_animation_pointer glTF extension in three.js. This PR...

### Description Found a model where the bounds calculation seems to fail when quantization is used. Potentially related: - https://github.com/google/model-viewer/issues/2450 - -https://github.com/google/model-viewer/issues/3189#issuecomment-1062972308 #### Live Demo - Download https://github.com/prefrontalcortex/glTF-Sample-Models/raw/carbon-frame-bike/2.0/CarbonFrameBike/glTF-Binary/CarbonFrameBike.glb - Pack...

### Description Seems this has shipped in Chrome a while ago and would bring model-viewer's WebXR closer to SceneViewer parity. https://chromestatus.com/feature/5742647199137792 I'm not sure if there's already a three implementation...

### Description When testing longer animations, it would be nice to be able to scrub time in modelviewer.dev/editor. This exists (and is very useful) on https://sandbox.babylonjs.com/ but since there's differences...

type: feature

### Description Seems something goes wrong either with the bounds calculation or with click-to-zoom when meshopt compression is used (nodes might be scaled?). Trying to navigate in this model in...

### Description My guess there's some attribute sanitization going on and enable-pan is still missing? Clicking "Edit Snippet" on modelviewer.dev/editor and then saving (without any changes) removes enable-pan. #### Live...

### Description When importing a glTF file containing spotlights, those spotlights are incorrectly placed/rotated in model-viewer. This seems to stem from an underlying threejs issue, where spotlights break when a...

type: bug