1 |
- {"ast":null,"code":"/**\n * Enum used to define the material modes\n */\nexport var NodeMaterialModes;\n(function (NodeMaterialModes) {\n /** Regular material */\n NodeMaterialModes[NodeMaterialModes[\"Material\"] = 0] = \"Material\";\n /** For post process */\n NodeMaterialModes[NodeMaterialModes[\"PostProcess\"] = 1] = \"PostProcess\";\n /** For particle system */\n NodeMaterialModes[NodeMaterialModes[\"Particle\"] = 2] = \"Particle\";\n /** For procedural texture */\n NodeMaterialModes[NodeMaterialModes[\"ProceduralTexture\"] = 3] = \"ProceduralTexture\";\n /** For gaussian splatting */\n NodeMaterialModes[NodeMaterialModes[\"GaussianSplatting\"] = 4] = \"GaussianSplatting\";\n})(NodeMaterialModes || (NodeMaterialModes = {}));","map":{"version":3,"names":["NodeMaterialModes"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Materials/Node/Enums/nodeMaterialModes.js"],"sourcesContent":["/**\n * Enum used to define the material modes\n */\nexport var NodeMaterialModes;\n(function (NodeMaterialModes) {\n /** Regular material */\n NodeMaterialModes[NodeMaterialModes[\"Material\"] = 0] = \"Material\";\n /** For post process */\n NodeMaterialModes[NodeMaterialModes[\"PostProcess\"] = 1] = \"PostProcess\";\n /** For particle system */\n NodeMaterialModes[NodeMaterialModes[\"Particle\"] = 2] = \"Particle\";\n /** For procedural texture */\n NodeMaterialModes[NodeMaterialModes[\"ProceduralTexture\"] = 3] = \"ProceduralTexture\";\n /** For gaussian splatting */\n NodeMaterialModes[NodeMaterialModes[\"GaussianSplatting\"] = 4] = \"GaussianSplatting\";\n})(NodeMaterialModes || (NodeMaterialModes = {}));\n"],"mappings":"AAAA;AACA;AACA;AACA,OAAO,IAAIA,iBAAiB;AAC5B,CAAC,UAAUA,iBAAiB,EAAE;EAC1B;EACAA,iBAAiB,CAACA,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU;EACjE;EACAA,iBAAiB,CAACA,iBAAiB,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,GAAG,aAAa;EACvE;EACAA,iBAAiB,CAACA,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU;EACjE;EACAA,iBAAiB,CAACA,iBAAiB,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC,GAAG,mBAAmB;EACnF;EACAA,iBAAiB,CAACA,iBAAiB,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC,GAAG,mBAAmB;AACvF,CAAC,EAAEA,iBAAiB,KAAKA,iBAAiB,GAAG,CAAC,CAAC,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|