Метод | Описание | |
---|---|---|
AddPortalCullingPlanes ( |
||
GetUnusedCullingPlane ( ) : |
||
GetVisibility ( |
A 'more detailed' check for visibility of an AAB. This is useful for stuff like Octree leaf culling. |
|
IsObjectVisible ( |
||
IsObjectVisible ( |
IsObjectVisible() function for portals. Everything needs to be updated spatially before this function is called including portal corners, frustum planes, etc. |
|
IsObjectVisible ( |
||
PCZFrustum ( ) : System.Collections.Generic | ||
RemoveAllCullingPlanes ( ) : void | ||
RemovePortalCullingPlanes ( |
||
SetOrigin ( Axiom.Math.Vector3 newOrigin ) : void | ||
SetOriginPlane ( Axiom.Math.Vector3 rkNormal, Axiom.Math.Vector3 rkPoint ) : void | ||
SetUseOriginPlane ( bool yesno ) : void |
public AddPortalCullingPlanes ( |
||
portal | ||
Результат | int |
public GetUnusedCullingPlane ( ) : |
||
Результат |
public GetVisibility ( |
||
bound | the |
|
Результат | Visibility |
public IsObjectVisible ( |
||
bound | ||
Результат | bool |
public IsObjectVisible ( |
||
portal |
/// The |
|
Результат | bool |
public IsObjectVisible ( |
||
bound | ||
Результат | bool |
public PCZFrustum ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public RemovePortalCullingPlanes ( |
||
portal | ||
Результат | void |
public SetOrigin ( Axiom.Math.Vector3 newOrigin ) : void | ||
newOrigin | Axiom.Math.Vector3 | |
Результат | void |
public SetOriginPlane ( Axiom.Math.Vector3 rkNormal, Axiom.Math.Vector3 rkPoint ) : void | ||
rkNormal | Axiom.Math.Vector3 | |
rkPoint | Axiom.Math.Vector3 | |
Результат | void |
public SetUseOriginPlane ( bool yesno ) : void | ||
yesno | bool | |
Результат | void |