Property | Type | Description | |
---|---|---|---|
mCachedLightInfos | List |
||
mTestLightInfos | List |
||
showPortals | bool |
Method | Description | |
---|---|---|
AddPCZSceneNode ( |
||
AlertVisibleObjects ( ) : void | ||
CalcZonesAffectedByLights ( |
||
ClearAllZonesPortalUpdateFlag ( ) : void | ||
ClearScene ( ) : void | ||
ConnectPortalsToTargetZonesByLocation ( ) : void | ||
CreateAABBRegionQuery ( |
||
CreateCamera ( string name ) : |
||
CreateIntersectionQuery ( uint mask ) : |
||
CreateLight ( string name ) : |
||
CreatePlaneBoundedVolumeQuery ( PlaneBoundedVolumeList volumes, uint mask ) : |
||
CreatePortal ( String name, PORTAL_TYPE type ) : |
||
CreateRayQuery ( |
||
CreateSceneNode ( ) : |
||
CreateSceneNode ( string name ) : |
||
CreateSphereRegionQuery ( |
||
CreateZone ( string zoneType, string instanceName ) : |
||
CreateZoneFromFile ( string zoneTypeName, string zoneName, |
||
CreateZoneSpecificNodeData ( |
||
CreateZoneSpecificNodeData ( |
||
DestroyAllLights ( ) : void | ||
DestroyLight ( string name ) : void | ||
DestroyPortal ( |
||
DestroyPortal ( String portalName ) : void | ||
DestroySceneNode ( string name ) : void | ||
DestroyShadowTextures ( ) : void | ||
DestroyZone ( |
||
EnableSky ( bool onoff ) : void |
enable/disable sky rendering
|
|
FindNodesIn ( |
||
FindNodesIn ( |
||
FindNodesIn ( |
||
FindNodesIn ( |
||
FindVisibleObjects ( |
||
FindZoneForPoint ( Vector3 point ) : |
||
FireShadowTexturesPreCaster ( |
||
GetLight ( string name ) : |
||
GetOption ( string key, object &val ) : bool | ||
GetOptionKeys ( List |
||
GetOptionValues ( string key, List |
||
GetZoneByName ( string zoneName ) : |
||
HasLight ( string name ) : bool | ||
HasSceneNode ( string name ) : bool | ||
Init ( string defaultZoneTypeName, string filename ) : void | ||
PCZSceneManager ( string name ) : System | ||
RemoveSceneNode ( |
||
RenderScene ( |
||
SaveNodePositions ( ) : void | ||
SetNodeHomeZone ( |
||
SetOption ( string key, object val ) : bool | ||
SetSkyZone ( |
||
SetWorldGeometryRenderQueue ( int qid ) : void | ||
SetZoneGeometry ( string zoneName, |
||
UpdateHomeZone ( |
||
UpdatePCZSceneNode ( |
||
UpdatePCZSceneNodes ( ) : void | ||
UpdatePortalSpatialData ( ) : void | ||
UpdatePortalZoneData ( ) : void |
Method | Description | |
---|---|---|
EnsureShadowTexturesCreated ( ) : void | ||
FindLightsAffectingFrustum ( |
||
PrepareShadowTextures ( |
||
UpdateSceneGraph ( |
Method | Description | |
---|---|---|
CreateSceneNodeImpl ( ) : |
||
CreateSceneNodeImpl ( string nodeName ) : |
public AddPCZSceneNode ( |
||
sn | ||
homeZone | ||
return | void |
public CalcZonesAffectedByLights ( |
||
cam | ||
return | void |
public ClearAllZonesPortalUpdateFlag ( ) : void | ||
return | void |
public ConnectPortalsToTargetZonesByLocation ( ) : void | ||
return | void |
public CreateAABBRegionQuery ( |
||
box | ||
mask | uint | |
return |
public CreateCamera ( string name ) : |
||
name | string | |
return |
public CreateIntersectionQuery ( uint mask ) : |
||
mask | uint | |
return |
public CreateLight ( string name ) : |
||
name | string | |
return |
public CreatePlaneBoundedVolumeQuery ( PlaneBoundedVolumeList volumes, uint mask ) : |
||
volumes | PlaneBoundedVolumeList | |
mask | uint | |
return |
public CreatePortal ( String name, PORTAL_TYPE type ) : |
||
name | String | |
type | PORTAL_TYPE | |
return |
public CreateRayQuery ( |
||
ray | ||
mask | uint | |
return |
public CreateSceneNode ( string name ) : |
||
name | string | |
return |
public CreateSphereRegionQuery ( |
||
sphere | ||
mask | uint | |
return |
public CreateZone ( string zoneType, string instanceName ) : |
||
zoneType | string | |
instanceName | string | |
return |
public CreateZoneFromFile ( string zoneTypeName, string zoneName, |
||
zoneTypeName | string | |
zoneName | string | |
parent | ||
filename | string | |
return |
public CreateZoneSpecificNodeData ( |
||
node | ||
return | void |
public CreateZoneSpecificNodeData ( |
||
zone | ||
return | void |
public DestroyPortal ( String portalName ) : void | ||
portalName | String | |
return | void |
public DestroySceneNode ( string name ) : void | ||
name | string | |
return | void |
public DestroyZone ( |
||
zone | ||
destroySceneNodes | bool | |
return | void |
protected EnsureShadowTexturesCreated ( ) : void | ||
return | void |
protected FindLightsAffectingFrustum ( |
||
camera | ||
return | void |
public FindNodesIn ( |
||
box | ||
list | List |
|
startZone | ||
exclude | ||
return | void |
public FindNodesIn ( |
||
volumes | ||
list | List |
|
startZone | ||
exclude | ||
return | void |
public FindNodesIn ( |
||
r | ||
list | List |
|
startZone | ||
exclude | ||
return | void |
public FindNodesIn ( |
||
sphere | ||
list | List |
|
startZone | ||
exclude | ||
return | void |
public FindVisibleObjects ( |
||
cam | ||
visibleBounds | ||
onlyShadowCasters | bool | |
return | void |
public FindZoneForPoint ( Vector3 point ) : |
||
point | Vector3 | |
return |
public FireShadowTexturesPreCaster ( |
||
light | ||
camera | ||
iteration | int | |
return | void |
public GetLight ( string name ) : |
||
name | string | |
return |
public GetOption ( string key, object &val ) : bool | ||
key | string | |
val | object | |
return | bool |
public GetOptionKeys ( List |
||
refKeys | List |
|
return | bool |
public GetOptionValues ( string key, List |
||
key | string | |
refValueList | List |
|
return | bool |
public GetZoneByName ( string zoneName ) : |
||
zoneName | string | |
return |
public Init ( string defaultZoneTypeName, string filename ) : void | ||
defaultZoneTypeName | string | |
filename | string | |
return | void |
public PCZSceneManager ( string name ) : System | ||
name | string | |
return | System |
protected PrepareShadowTextures ( |
||
cam | ||
vp | Axiom.Core.Viewport | |
return | void |
public RemoveSceneNode ( |
||
sn | ||
return | void |
public RenderScene ( |
||
cam | ||
vp | Axiom.Core.Viewport | |
includeOverlays | bool | |
return | void |
public SetNodeHomeZone ( |
||
node | ||
zone | ||
return | void |
public SetOption ( string key, object val ) : bool | ||
key | string | |
val | object | |
return | bool |
public SetWorldGeometryRenderQueue ( int qid ) : void | ||
qid | int | |
return | void |
public SetZoneGeometry ( string zoneName, |
||
zoneName | string | |
parent | ||
filename | string | |
return | void |
public UpdateHomeZone ( |
||
pczsn | ||
allowBackTouches | bool | |
return | void |
public UpdatePCZSceneNode ( |
||
pczsn | ||
return | void |
protected UpdateSceneGraph ( |
||
cam | ||
return | void |