Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
PlantingOptions.h
1 
2 #ifndef __PlantingOptions_h__
3 #define __PlantingOptions_h__
4 
5 #include "vtdata/MathTypes.h"
6 #include "vtdata/vtString.h"
7 
9 {
10  int m_iMode;
11  int m_iSpecies;
12  float m_fHeight;
13  int m_iVariance;
14  float m_fSpacing;
15 };
16 
18 {
19  RGBi m_Color;
20  vtString m_Itemname;
21 };
22 
23 struct Camera3kOptions //ADDED BY NcB
24 {
25  float m_near;
26  float m_far;
27  float m_fov;
28 };
29 
30 #endif // __PlantingOptions_h__