@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
10 lines (9 loc) • 462 B
JavaScript
;
export var ActorAssemblerConstant = /* @__PURE__ */ ((ActorAssemblerConstant2) => {
ActorAssemblerConstant2["OBJECT_3D"] = "this.object3D";
ActorAssemblerConstant2["MATERIAL"] = "this.object3D.material";
ActorAssemblerConstant2["GEOMETRY"] = "this.object3D.geometry";
ActorAssemblerConstant2["PTNUM"] = "this.ptnum";
ActorAssemblerConstant2["PRIMITIVE_GRAPH"] = "null";
return ActorAssemblerConstant2;
})(ActorAssemblerConstant || {});