build on Linux

This commit is contained in:
David Rose 2007-02-12 18:47:47 +00:00
parent d4983c4700
commit aa60d44d6d
4 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
#include "luse.h"
#include "ode_includes.h"
#include "OdeGeom.h"
#include "odeGeom.h"
////////////////////////////////////////////////////////////////////
// Class : OdeContactGeom

View File

@ -48,8 +48,8 @@ PUBLISHED:
INLINE void set_cleanup(int mode);
INLINE int get_cleanup() const;
INLINE int query(const OdeGeom& geom) const;
INLINE int query(const OdeSpace& space) const;
int query(const OdeGeom& geom) const;
int query(const OdeSpace& space) const;
INLINE int get_num_geoms() const;
INLINE void get_AABB(LVecBase3f &min, LVecBase3f &max) const;
INLINE int is_space();

View File

@ -85,4 +85,4 @@ update() {
dGeomTriMeshDataUpdate(_id);
}
*/
*/

View File

@ -74,9 +74,9 @@ OdeTriMeshData(const NodePath& model, bool use_normals) :
_id(dGeomTriMeshDataCreate()),
_vertices(0),
_faces(0),
_normals(false),
_num_vertices(0),
_num_faces(0),
_normals(false) {
_num_faces(0) {
odetrimeshdata_cat.debug() << get_type() << "(" << _id << ")" << "\n";
process_model(model, use_normals);