Changeset 53 for osgVisual/include
- Timestamp:
- May 28, 2010, 10:18:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/sky_Silverlining/skySilverLining_skyDrawable.h
r32 r53 22 22 23 23 #include <osg/Drawable> 24 #include <osg/CoordinateSystemNode> 25 #include <osg/Fog> 26 24 27 #include <osgViewer/Viewer> 25 28 #include <OpenThreads/ScopedLock> … … 40 43 public: 41 44 skySilverLining_skyDrawable(); 42 skySilverLining_skyDrawable(osgViewer::Viewer* view );45 skySilverLining_skyDrawable(osgViewer::Viewer* view, osg::CoordinateSystemNode* csn_); 43 46 44 47 virtual bool isSameKindAs(const Object* obj) const { … … 58 61 void addCloudLayer(cloudLayerSlot *cloudLayerSlot_); 59 62 63 void shutdown(); 64 60 65 protected: 61 66 void setLighting(SilverLining::Atmosphere *atm) const; … … 71 76 mutable std::vector<cloudLayerSlot*> cloudLayerSlots; 72 77 bool newCloudLayersToAdd; 78 osg::ref_ptr<osg::CoordinateSystemNode> sceneRoot; 73 79 }; 74 80
Note: See TracChangeset
for help on using the changeset viewer.