소스 검색

Docs: Improve CameraHelper page. (#25205)

Michael Herzog 3 년 전
부모
커밋
b090e24128
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      docs/api/en/helpers/CameraHelper.html
  2. 2 2
      docs/api/it/helpers/CameraHelper.html
  3. 2 2
      docs/api/zh/helpers/CameraHelper.html

+ 2 - 2
docs/api/en/helpers/CameraHelper.html

@@ -12,8 +12,8 @@
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<p class="desc">
 		<p class="desc">
-		This helps with visualizing what a camera contains in its frustum.<br />
-		It visualizes the frustum of a camera using a [page:LineSegments].
+		This helps with visualizing what a camera contains in its frustum. It visualizes the frustum of a camera using a [page:LineSegments].<br /><br />
+		[name] must be a child of the scene.
 		</p>
 		</p>
 
 
 		<h2>Code Example</h2>
 		<h2>Code Example</h2>

+ 2 - 2
docs/api/it/helpers/CameraHelper.html

@@ -12,8 +12,8 @@
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<p class="desc">
 		<p class="desc">
-      Questa classe aiuta a visualizzare ciò che una telecamera contiene nel suo frustum.<br />
-      Visualizza il frustum di una telecamera utilizzando un [page:LineSegments].
+		Questa classe aiuta a visualizzare ciò che una telecamera contiene nel suo frustum. Visualizza il frustum di una telecamera utilizzando un [page:LineSegments].<br /><br />
+		[name] must be a child of the scene.
 		</p>
 		</p>
 
 
 		<h2>Codice di Esempio</h2>
 		<h2>Codice di Esempio</h2>

+ 2 - 2
docs/api/zh/helpers/CameraHelper.html

@@ -12,8 +12,8 @@
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<p class="desc">
 		<p class="desc">
-		用于模拟相机视锥体的辅助对象.<br />
-		它使用 [page:LineSegments] 来模拟相机视锥体.
+		用于模拟相机视锥体的辅助对象.它使用 [page:LineSegments] 来模拟相机视锥体.<br /><br />
+		[name] must be a child of the scene.
 		</p>
 		</p>
 
 
 		<h2>代码示例</h2>
 		<h2>代码示例</h2>

粤ICP备19079148号