scenery: remove default zero reader writer options argument.
This commit is contained in:
parent
9c9bfc1a98
commit
2fb8999ac2
@ -167,11 +167,11 @@ size_t hash_value(const Effect::Key&);
|
|||||||
|
|
||||||
Effect* makeEffect(const std::string& name,
|
Effect* makeEffect(const std::string& name,
|
||||||
bool realizeTechniques,
|
bool realizeTechniques,
|
||||||
const SGReaderWriterOptions* options = 0);
|
const SGReaderWriterOptions* options);
|
||||||
|
|
||||||
Effect* makeEffect(SGPropertyNode* prop,
|
Effect* makeEffect(SGPropertyNode* prop,
|
||||||
bool realizeTechniques,
|
bool realizeTechniques,
|
||||||
const SGReaderWriterOptions* options = 0);
|
const SGReaderWriterOptions* options);
|
||||||
|
|
||||||
bool makeParametersFromStateSet(SGPropertyNode* paramRoot,
|
bool makeParametersFromStateSet(SGPropertyNode* paramRoot,
|
||||||
const osg::StateSet* ss);
|
const osg::StateSet* ss);
|
||||||
|
@ -277,7 +277,7 @@ public:
|
|||||||
void build( double h_radius_m, double v_radius_m,
|
void build( double h_radius_m, double v_radius_m,
|
||||||
double sun_size, double moon_size,
|
double sun_size, double moon_size,
|
||||||
const SGEphemeris& eph, SGPropertyNode *property_tree_node,
|
const SGEphemeris& eph, SGPropertyNode *property_tree_node,
|
||||||
simgear::SGReaderWriterOptions* options = 0);
|
simgear::SGReaderWriterOptions* options);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Repaint the sky components based on current value of sun_angle,
|
* Repaint the sky components based on current value of sun_angle,
|
||||||
|
Loading…
Reference in New Issue
Block a user