C# Класс Axiom.SceneManagers.Octree.OctreeCamera

** Specialized viewpoint from which an Octree can be rendered. @remarks This class contains several speciliazations of the Ogre::Camera class. It implements the getRenderOperation method inorder to return displayable geometry for debuggin purposes. It also implements a visibility function that is more granular than the default.
Наследование: Axiom.Core.Camera
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
useIdentityProj bool
useIdentityView bool

Открытые методы

Метод Описание
GetVisibility ( AxisAlignedBox bound ) : Visibility

Returns the visiblity of the box.

OctreeCamera ( string name, SceneManager scene ) : System

Приватные методы

Метод Описание
GetCorner ( FrustumPlane pp1, FrustumPlane pp2, FrustumPlane pp3 ) : Vector3

Описание методов

GetVisibility() публичный метод

Returns the visiblity of the box.
public GetVisibility ( AxisAlignedBox bound ) : Visibility
bound Axiom.Math.AxisAlignedBox
Результат Visibility

OctreeCamera() публичный метод

public OctreeCamera ( string name, SceneManager scene ) : System
name string
scene Axiom.Core.SceneManager
Результат System

Описание свойств

useIdentityProj защищенное свойство

protected bool useIdentityProj
Результат bool

useIdentityView защищенное свойство

protected bool useIdentityView
Результат bool