@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
18 lines (17 loc) • 835 B
JavaScript
;
export var ClothIdAttribute = /* @__PURE__ */ ((ClothIdAttribute2) => {
ClothIdAttribute2["OBJECT"] = "ClothIdAttribute_object";
return ClothIdAttribute2;
})(ClothIdAttribute || {});
export var ClothSolverUniformName = /* @__PURE__ */ ((ClothSolverUniformName2) => {
ClothSolverUniformName2["SIZE"] = "tSize";
ClothSolverUniformName2["POSITION0"] = "tPosition0";
ClothSolverUniformName2["POSITION1"] = "tPosition1";
ClothSolverUniformName2["NORMAL"] = "tNormal";
return ClothSolverUniformName2;
})(ClothSolverUniformName || {});
export var ClothGeometryAttributeName = /* @__PURE__ */ ((ClothGeometryAttributeName2) => {
ClothGeometryAttributeName2["VISCOSITY"] = "viscosity";
ClothGeometryAttributeName2["SPRING"] = "spring";
return ClothGeometryAttributeName2;
})(ClothGeometryAttributeName || {});