Fixes for IRIX build + to_unix on txp plugin files.
This commit is contained in:
@@ -165,7 +165,7 @@ class Statistics : public osg::Drawable::PrimitiveFunctor
|
||||
unsigned int _total_primitives_count;
|
||||
unsigned int _number_of_vertexes;
|
||||
|
||||
unsigned int _calculate_primitives_number_by_mode(GLenum, GLsizei);
|
||||
inline unsigned int _calculate_primitives_number_by_mode(GLenum, GLsizei);
|
||||
};
|
||||
|
||||
inline unsigned int Statistics::_calculate_primitives_number_by_mode(GLenum mode, GLsizei count)
|
||||
|
||||
@@ -541,7 +541,7 @@ public:
|
||||
float64 transparentScale;
|
||||
float64 transparentClamp;
|
||||
float64 fogScale;
|
||||
};
|
||||
} _PerformerAttr;
|
||||
|
||||
// Struct for Animated Lights
|
||||
typedef struct AnimationAttr {
|
||||
@@ -551,7 +551,7 @@ public:
|
||||
float64 timeOn;
|
||||
trpg3dPoint vector;
|
||||
int32 flags;
|
||||
};
|
||||
} _AnimationAttr;
|
||||
|
||||
// Struct for Calligraphic Lights
|
||||
typedef struct CalligraphicAttr {
|
||||
@@ -559,7 +559,7 @@ public:
|
||||
int32 drawOrder;
|
||||
float64 minDefocus;
|
||||
float64 maxDefocus;
|
||||
};
|
||||
} _CalligraphicAttr;
|
||||
|
||||
// Setters
|
||||
// Set Type
|
||||
|
||||
Reference in New Issue
Block a user