Files
engine/docs/zh/graphics/_meta.json
zhuxudong 4e3f5a9cd8 [Docs]Add docs of post-processing related (#2250)
* docs: add docs of post-processing related
2024-07-23 18:21:35 +08:00

39 lines
508 B
JSON

{
"camera": {
"title": "相机"
},
"background": {
"title": "背景"
},
"light": {
"title": "灯光"
},
"renderer": {
"title": "渲染器"
},
"model": {
"title": "模型"
},
"mesh": {
"title": "网格"
},
"material": {
"title": "材质"
},
"shader": {
"title": "着色器"
},
"texture": {
"title": "纹理"
},
"2D": {
"title": "2D"
},
"particle": {
"title": "粒子"
},
"postProcess": {
"title": "后处理"
}
}