Takahiro

Results 300 issues of Takahiro

https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/EXT_mesh_gpu_instancing

enhancement

First I need to understand the specification of that case.

bug

https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/MSFT_lod

enhancement

As @mrdoob suggested. Probably I would break up the repository to two, one for the practical plugins (Materials Variants and Texture DDS) and move them there, and another one for...

And show error message if it is not supported.

examples

Fixed #24485 **Update:** The proposed API has been updated. See https://github.com/mrdoob/three.js/pull/24580#issuecomment-1247199031 **Description** This PR introduces [HTTP range requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) to `FileLoader`. It is helpful to save network usage by downloading only...

**Is your feature request related to a problem? Please describe.** `GLTFLoader` first loads the entire bundle glb file and then starts the parse. It is inefficient for network usage if...

Suggestion