Browse Source

Update unlit.md (#52)

Artsiom Trubchyk 10 tháng trước cách đây
mục cha
commit
8042b97f42
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/material/unlit/unlit.md

+ 1 - 1
examples/material/unlit/unlit.md

@@ -2,7 +2,7 @@
 name: Unlit (3D)
 name: Unlit (3D)
 title: Unlit
 title: Unlit
 brief: This example demonstrates how to create and apply an custom non-lit material to a 3D model.
 brief: This example demonstrates how to create and apply an custom non-lit material to a 3D model.
-scripts: unlit.script, unlit.vp, unlit.fp
+scripts: unlit.vp, unlit.fp
 ---
 ---
 
 
 In industry-established terms, a material that is not affected by lighting is called "unlit" or "non-lit". It is used to create retro-style graphics or for effects that should not depend on lighting (headlights, lamps).
 In industry-established terms, a material that is not affected by lighting is called "unlit" or "non-lit". It is used to create retro-style graphics or for effects that should not depend on lighting (headlights, lamps).