Garrett Johnson

Results 1078 comments of Garrett Johnson

Thanks - I think this would be a good thing to support. It looks like we'd just need to adjust the raycast function and the `pointerdownCallback` function where the cursor...

Hey I'm finally taking a look at this. I tried adjusting this so "Scene" was assigned to an empty group by default so the controls can be used but the...

Lets keep scene as a required object, for now. Users can provide an empty object if they'd really like.

Hey! Thanks for adding this. JSDoc isn't really used in this project - I think adding a d.ts file for Environment controls would be better and align with the rest...

I've used JSDoc before and find it much more verbose to document and can also become out of date. I understand and see the value but adding new overhead using...

The positioning of the tile set in the index example is a bit odd 😅 Maybe the automatic positioning logic could be improved. But I was able to get it...

I see it now - I think this is related to #726 which I noticed last week. The LRUCache unload behavior isn't working correctly so I need to spend some...

@AnthonyGlt do you mind retrying your test? The issue should have been fixed in #726, #727. I still want to fix #741 before a new release but everything should be...

What's your use case for this? Do you want to download the whole blob in the browser and grab the necessary content from it as needed? Or will the client...

> Use case would indeed be rather to use **HTTP2 range requests** to fetch through this single-file tileset As far as I understand the Range header is supported in HTTP1,...