app
JST Connector Studio: manufacturer 3D mate editor
Public Unreviewedby John Lauer
Interactive Babylon 9.5 studio for JST wire-to-board connectors: load a system (PH/XH/SH/GH/ZH), see the JST manufacturer housing+wire+ds2sf footprint mate in a looping animation next to the KiCad hou
import { bU as e, bV as s } from "./chunk-CrnJfeNw.js";
class m extends e {
constructor(o) {
super(o);
const t = o.glTF, r = t?.animations?.map((a) => a._babylonAnimationGroup) || [];
this.animationGroups = this.registerDataOutput("animationGroups", s, r);
const n = t?.nodes?.map((a) => a._babylonTransformNode) || [];
this.nodes = this.registerDataOutput("nodes", s, n);
}
getClassName() {
return "FlowGraphGLTFDataProvider";
}
}
export {
m as FlowGraphGLTFDataProvider
};