Added support for pixel based LOD's and set the default priority scale to 1.0
This commit is contained in:
parent
796b4cbe8d
commit
5adff5c15e
@ -13,12 +13,13 @@
|
||||
|
||||
#include <osg/PagedLOD>
|
||||
#include <osg/CullStack>
|
||||
#include <osg/Notify>
|
||||
|
||||
using namespace osg;
|
||||
|
||||
PagedLOD::PerRangeData::PerRangeData():
|
||||
_priorityOffset(0.0f),
|
||||
_priorityScale(0.0f),
|
||||
_priorityScale(1.0f),
|
||||
_timeStamp(0.0f) {}
|
||||
|
||||
PagedLOD::PerRangeData::PerRangeData(const PerRangeData& prd):
|
||||
|
Loading…
Reference in New Issue
Block a user