mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
compiler objections
This commit is contained in:
parent
ab4011179c
commit
81cfa46069
@ -19,6 +19,7 @@
|
|||||||
#include "nodePathCollection.h"
|
#include "nodePathCollection.h"
|
||||||
#include "findApproxPath.h"
|
#include "findApproxPath.h"
|
||||||
#include "findApproxLevelEntry.h"
|
#include "findApproxLevelEntry.h"
|
||||||
|
#include "colorAttrib.h"
|
||||||
|
|
||||||
#include "indent.h"
|
#include "indent.h"
|
||||||
|
|
||||||
|
@ -174,4 +174,4 @@ set_contrib(string type) {
|
|||||||
INLINE string PolylightEffect::
|
INLINE string PolylightEffect::
|
||||||
get_contrib() const {
|
get_contrib() const {
|
||||||
return _contribution_type;
|
return _contribution_type;
|
||||||
}
|
}
|
||||||
|
@ -20,8 +20,10 @@
|
|||||||
#include "polylightNode.h"
|
#include "polylightNode.h"
|
||||||
#include "config_pgraph.h"
|
#include "config_pgraph.h"
|
||||||
#include "nodePath.h"
|
#include "nodePath.h"
|
||||||
|
#include "colorScaleAttrib.h"
|
||||||
#include "pmap.h"
|
#include "pmap.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
TypeHandle PolylightEffect::_type_handle;
|
TypeHandle PolylightEffect::_type_handle;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -487,4 +487,4 @@ INLINE void PolylightNode::set_freq(float f) {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE float PolylightNode::get_freq() const {
|
INLINE float PolylightNode::get_freq() const {
|
||||||
return _sin_freq;
|
return _sin_freq;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "PolylightNode.h"
|
#include "polylightNode.h"
|
||||||
#include "config_pgraph.h"
|
#include "config_pgraph.h"
|
||||||
#include "nodePath.h"
|
#include "nodePath.h"
|
||||||
#include "clockObject.h"
|
#include "clockObject.h"
|
||||||
|
@ -143,7 +143,7 @@ private:
|
|||||||
static TypeHandle _type_handle;
|
static TypeHandle _type_handle;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "PolylightNode.I"
|
#include "polylightNode.I"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user