Ali-RS 4 年之前
父节点
当前提交
1cbd54736f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/core/pages/renderer/multiple_camera_views.adoc

+ 1 - 1
docs/modules/core/pages/renderer/multiple_camera_views.adoc

@@ -4,7 +4,7 @@
 :keywords: camera, documentation
 
 
-You can split the screen and look into the 3D scene from different camera angles at the same time. E.g. you can have two rootnodes with different scene graphs, and two viewPorts, each of which can only see its own subset of the scene with its own subset of port-processing filters, so you get two very different views of the scene.
+You can split the screen and look into the 3D scene from different camera angles at the same time. E.g. you can have two rootnodes with different scene graphs, and two viewPorts, each of which can only see its own subset of the scene with its own subset of post-processing filters, so you get two very different views of the scene.
 
 The packages used in this example are `com.jme3.renderer.Camera` and `com.jme3.renderer.ViewPort`. You can get the full sample code here: link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-examples/src/main/java/jme3test/renderer/TestMultiViews.java[TestMultiViews.java]