Joins CLI without flatten #1272
-
Hi there, i'm using @gltft-transform/cli install from nodejs for some backend optimize work. I want to "Joins compatible Primitives" which "are members of the same Mesh" while "Prevents joining distinct Meshes and Nodes"
Currently i'm using
currently i can commenting out the i want to ask for some thing like Any other suggestion, recommendation, criticize are welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @dqnhat — currently the CLI does not offer the level of control you're looking for here. If you open the model in https://gltf.report/, open the script tab, and paste and run the script below, does that give the result you expect? import { join } from '@gltf-transform/functions';
await document.transform(join()); |
Beta Was this translation helpful? Give feedback.
Hi @dqnhat — currently the CLI does not offer the level of control you're looking for here. If you open the model in https://gltf.report/, open the script tab, and paste and run the script below, does that give the result you expect?