Skip to content

pullrequests Search Results · repo:pmndrs/gltfjsx language:JavaScript

Filter by

74 results
 (113 ms)

74 results

inpmndrs/gltfjsx (press backspace or delete to remove)

Fixes failing CI.
  • donmccurdy
  • Opened 
    2 days ago
  • #268

In glTF Transform v4, the weld() function no longer takes a tolerance option. It is now always lossless, and runs (much) faster than in v3. I think it would make sense now to enable weld() by default, ...
  • donmccurdy
  • Opened 
    2 days ago
  • #267

This PR adds support for KTX2 loader codegen since currently files with basisu compressed textures can not be loaded with gltfjsx codegen. It also enables the draco option or meshopt option automatically ...
  • marwie
  • 2
  • Opened 
    18 days ago
  • #266

This PR allows to use custom properties defined in Blender to be used as custom react slots. - It makes it easier to re-use generated components and in defeats the need of modifying generated code altogether ...
  • marwie
  • 21
  • Opened 
    27 days ago
  • #265

According to the new release of three.js (r165), the decodeText method will be deprecated in version r175. This PR updates all calls from decodeText() to TextEncoder().encode(..) https://github.com/mrdoob/three.js/releases/tag/r165 ...
  • hducati
  • Opened 
    on Jun 15
  • #264

Changes in preparation for the update to glTF Transform v4. glTF Transform v4 requires a newer version of Sharp for texture compression, which in turn uses WebAssembly to support Deno environments and ...
  • donmccurdy
  • 5
  • Opened 
    on May 23
  • #261

this is a partial fix for https://github.com/pmndrs/gltfjsx/issues/246 specifically for https://github.com/pmndrs/gltfjsx/issues/246#issuecomment-2119385233
  • btoo
  • Opened 
    on May 19
  • #260

I stumbled upon the below error setting up a React project with Vite and trying to use the gltfjsx parser standalone. npm create vite@latest my-app --template react The error raised is the following: ...
  • jo-chemla
  • Opened 
    on Apr 24
  • #256

Simply added this section to the readme within a details note: optionalConfig = { debug: true, // User content keepnames: true, keepgroups: true, meta: true, header: Header , // User ...
  • jo-chemla
  • Opened 
    on Apr 22
  • #254

missing 0 threw an error message
  • fvlasie
  • 1
  • Opened 
    on Apr 16
  • #253