Click or drag to resize
SoVolumeReaderReadTile Method
Overload List
  NameDescription
Public methodReadTile(Int32, SbBox3i32)
Given an index, reads a tile if the data is organized in tiles (for LDM).
Public methodReadTile(Int32, SbNativeArrayByte, SbBox3i32) Obsolete.
Given an index, reads a tile if the data is organized in tiles (for LDM). In the default LDM architecture, the LDM data is based on an octree topology (see SoVRLdmFileReader). The index passed is 0 for the tile of lowest resolution representing the entire volume (octree root node). The index increments linearly going down through the octree.
Top
See Also