尝试用 gltf 模型 作为 粒子发射器的配置mesh的值,控制台报错Cannot read properties of null getVertexLayout
{
type: "gltf", id: "a01_A_Line001",
src: "https://xyz/particle/a01_A_Line001.glb"
},
],
particles: [
{
"size": "1 2", "life-time": "3.2 4.5",
"texture": "xingxing2",
"delay": "1",
"capacity": "72",
"emit-rate": "36",
"mesh": "a01_A_Line001",
"render-mode": "mesh"
},
]
即使上述配置可行,但是:
mesh和模型的位置、角度是有关系的 似乎在当前文档里没法体现 ,文档里没有提供 配置 mesh 的位置、角度 【position rotate】