
Static Public Member Functions | |
| static bool | Init () |
| static void | Clear () |
| static void | BuildMasterBB () |
| static void | BuildMeshBBs () |
| static void | BuildGridBoxes (int gridSizeX, int gridSizeY, int gridSizeZ, PtRtGridAutoCalcMode autoCalcMode) |
| static void | GenerateData (List< PtCoreMesh > meshs) |
Static Public Attributes | |
| static List< PtRtMesh > | meshsRt = null |
| static PtBoundingBoxRt | BB = null |
| static void Powertek.Rt.PtRtModelManager.BuildGridBoxes | ( | int | gridSizeX, | |
| int | gridSizeY, | |||
| int | gridSizeZ, | |||
| PtRtGridAutoCalcMode | autoCalcMode | |||
| ) | [static] |
Build the Grid BB for all Meshes.
| gridSizeX | ||
| gridSizeY | ||
| gridSizeZ | ||
| autoCalcMode |
| static void Powertek.Rt.PtRtModelManager.BuildMasterBB | ( | ) | [static] |
Build the Scene MasterBB.
| static void Powertek.Rt.PtRtModelManager.BuildMeshBBs | ( | ) | [static] |
Build the BB for all Meshes.
| static void Powertek.Rt.PtRtModelManager.Clear | ( | ) | [static] |
Clear.
| static void Powertek.Rt.PtRtModelManager.GenerateData | ( | List< PtCoreMesh > | meshs | ) | [static] |
GenerateData from CoreMesh.
| meshs |
| static bool Powertek.Rt.PtRtModelManager.Init | ( | ) | [static] |
Init the Manager.
PtBoundingBoxRt Powertek.Rt.PtRtModelManager.BB = null [static] |
All BoundingBoxes.
List<PtRtMesh> Powertek.Rt.PtRtModelManager.meshsRt = null [static] |
All Meshs.
1.5.7.1