소스 검색

docs(app): feature-476 Improve titles, and remove redundan shadow word

Jaime Torrealba 1 년 전
부모
커밋
7dcbc0bbc7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      docs/examples/lights-shadows.md

+ 4 - 4
docs/examples/lights-shadows.md

@@ -74,11 +74,11 @@ Internally, ThreeJS automatically generates a new mesh with a [ShadowMaterial](h
 The overuse of shadows in this way could drop your performance. However, there are ways to increase your performance, for more information please check out [this video](https://youtu.be/WGNvVGrS0kY?si=q7XyL5eABKUh3gbS&t=1256)
 :::
 
-## Setting our lights and shadow
+## Enabling shadows
 
-We could divide this into three steps.
+We could divide this into three steps:
 
-### Set the shadows on the renderer
+### Activate shadows on the renderer
 
 ```vue
 //...
@@ -92,7 +92,7 @@ We could divide this into three steps.
   //...
 </template>
 ```
-### Set the light to cast shadow
+### Set the light to cast shadows
 
 We can simple put the boolean `cast-shadow`, Vue understand this as a `prop` with `true` value