Occluder
Occluder is a box-shaped object that is used to cull objects' surfaces, bounds of which are not visible behind it. The surfaces behind the Occluder are not sent to the GPU, thereby saving performance.Occluder - это прямоугольный объект, который используется для отсечения поверхностей объектов, границы которых не видны позади него. Поверхности, находищиеся за Occluder, не отправляются на графический процессор, что улучшает производительность.
Depending on the Back Face parameter value, the front or back faces of Occluder are used to cull surfaces. The front faces of Occluder are the sides of the Occluder that face the camera. The back faces of Occluder are the sides that are behind the front faces.В зависимости от значения параметра Back Face передняя или задняя грани Occluder используются для отбраковки поверхностей. Передние грани Occluder - это стороны Occluder, обращенные к камере. Задние грани Occluder - это стороны, которые находятся за передними гранями.
Schematically, the Occluder faces can be shown as follows:Схематично грани Occluder могут быть показаны следующим образом:
Front faces of OccluderЛицевые стороны Occluder
|
Back faces of OccluderЗадние грани Occluder
|
See alsoСмотрите также#
- General information on OccluderОбщая информация о Occluder
- The WorldOccluder class to manage Occluder via APIКласс WorldOccluder для управления Occluder через API
- The sample <UnigineSDK>/data/samples/worlds/occluder_00Сэмпл <UnigineSDK>/data/samples/worlds/occluder_00
Creating OccluderСоздание окклюдера#
To create Occluder via UnigineEditor:Чтобы создать Occluder через UnigineEditor:
- Run the project with UnigineEditor.Запустите проект с UnigineEditor.
-
On the Menu bar, click Create -> Optimization -> Occluder.В меню выберите Create -> Optimization -> Occluder.
- Place the Occluder in the world and specify the required parameters for it.Поместите Occluder в мир и укажите для него необходимые параметры .
Editing OccluderРедактирование окклюдера#
On the Node tab of the Parameters window, you can adjust the following parameters of Occluder:На вкладке Node окна Parameters вы можете настроить следующие параметры Occluder: