| Package | away3d.core.partition |
| Class | public class ViewVolumePartition |
| Inheritance | ViewVolumePartition Partition3D Object |
| Property | Defined By | ||
|---|---|---|---|
| dynamicGrid : DynamicGrid
A dynamic grid to be able to determine visibility of dynamic objects. | ViewVolumePartition | ||
![]() | showDebugBounds : Boolean | Partition3D | |
| Method | Defined By | ||
|---|---|---|---|
| ViewVolumePartition | |||
addViewVolume(viewVolume:ViewVolume):void
Adds a view volume to provide visibility info for a given region. | ViewVolumePartition | ||
removeViewVolume(viewVolume:ViewVolume):void | ViewVolumePartition | ||
![]() | traverse(traverser:PartitionTraverser):void
Sends a traverser through the partition tree. | Partition3D | |
| dynamicGrid | property |
dynamicGrid:DynamicGridA dynamic grid to be able to determine visibility of dynamic objects. If none is provided, dynamic objects are only frustum-culled. If provided, ViewVolumes need to have visible grid cells assigned from the same DynamicGrid instance.
public function get dynamicGrid():DynamicGrid public function set dynamicGrid(value:DynamicGrid):void| ViewVolumePartition | () | Constructor |
public function ViewVolumePartition()| addViewVolume | () | method |
public function addViewVolume(viewVolume:ViewVolume):voidAdds a view volume to provide visibility info for a given region.
Parameters
viewVolume:ViewVolume |
| markForUpdate | () | method |
| removeViewVolume | () | method |