1 | If there are N values in the ranges array, the LOD group should have N+1 children. |
2 | Specifying too few children will result in the last child being used repeatedly for the lowest levels of detail; |
3 | If too many children are specified, the extra children will be ignored. |
4 | Each value in the range array should be less than the previous value, otherwise results are undefined. |
5 | FILE FORMAT/DEFAULTS |
6 | LOD { |
7 | exposedField MFNode level [] |
8 | field SFVec3f center 0 0 0 # (-,) |
9 | field MFFloat range [] # (0,) |
10 | } |