Takahiro

Results 300 issues of Takahiro

Related issue: #21937 From: https://github.com/mrdoob/three.js/pull/24518#issuecomment-1221728569 **Description** This PR adds glTF [`EXT_mesh_gpu_instancing`](https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/EXT_mesh_gpu_instancing/README.md) support to `GLTFLoader`. I have already made [`an external EXT_mesh_gpu_instancing plugin`](https://github.com/takahirox/three-gltf-extensions/tree/main/loaders/EXT_mesh_gpu_instancing). As in #21937 Three.js devs seem to think...

##### Description of the problem What do you folks think of adding `.points` property to `Mesh*Material` for `gl.POINTS` drawing? If `.points` is true, render with `gl.POINTS` mode. It's similar to...

Suggestion

**Is your feature request related to a problem? Please describe.** There are and will be some or many configurations to control the balance between quality and performance In the preferences....

enhancement

This PR add [`glTF MSFT_lod extension`](https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/MSFT_lod/README.md) support. Demo video: https://twitter.com/superhoge/status/1567656038480093184 It allows LOD in Hubs, and it supports progressive loading that first loads only the lowest levels and then progressively...

Related: #5294 **Is your feature request related to a problem? Please describe.** Some systems need up-to-date world matrices but don't have side effect to matrices. They ensure world matrices to...

enhancement
optimization

This PR is a draft PR for supporting VRM in Hubs. Still under the experiment and very beginning of the implementation but I want to share the progress and want...

pull-request

Fix it Maybe related: #19

Because it has been merged into the official Three.js `GLTFLoader` r146 https://github.com/mrdoob/three.js/pull/24528

**Problem** 32-bit ISA unit test has dependency to 64-bit `*.S` files because `rv32*/%.S` includes 64-bit `%.S` file, for example `rv32ui/add.S` includes `rv64ui/add.S`. But `isa/Makefile` seems to miss this dependency so...