CloudyDay
 All Classes Functions Variables Enumerations
AtmosphereMie.h
1 #pragma once
2 #include "atmosphere.h"
3 
4 namespace osgCloudyDay
5 {
10  {
11  public:
15  AtmosphereMie(void);
19  ~AtmosphereMie(void);
20 
24  virtual void Initialize();
25  };
26 }