@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
14 lines (13 loc) • 332 B
TypeScript
export declare enum ClothIdAttribute {
OBJECT = "ClothIdAttribute_object"
}
export declare enum ClothSolverUniformName {
SIZE = "tSize",
POSITION0 = "tPosition0",
POSITION1 = "tPosition1",
NORMAL = "tNormal"
}
export declare enum ClothGeometryAttributeName {
VISCOSITY = "viscosity",
SPRING = "spring"
}