#include <NBF.h>
Inheritance diagram for NBFLOD:
Public Member Functions | |
PADDING (4) | |
Padding bits to ensure the size of NBFLOD is a multiple of 8, regardless of packing. | |
Public Attributes | |
float3_t | center |
Specifies the center point used for distance calculations. | |
uint_t | numRanges |
Specifies the number of contained ranges. | |
uint_t | ranges |
The object code for a NBFLOD is NBF_LOD.
|
Padding bits to ensure the size of NBFLOD is a multiple of 8, regardless of packing.
Reimplemented from NBFObject. |
|
Specifies the center point used for distance calculations.
|
|
Specifies the number of contained ranges.
|
|
Specifies the file offset to the ranges. Ranges are stored as 32-bit floating point numbers. |