UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

7 lines (6 loc) 248 B
"use strict"; export var ChannelInterpolation = /* @__PURE__ */ ((ChannelInterpolation2) => { ChannelInterpolation2["LINEAR"] = "linear"; ChannelInterpolation2["CUBIC"] = "cubic"; return ChannelInterpolation2; })(ChannelInterpolation || {});