Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2006, 9:07:04 PM (17 years ago)
Author:
bottac
Message:

CrPhysicsFullWalk on Static Models and BSP Patches almost working. libODE≥0.7 required.
Screenshot: http://people.ee.ethz.ch/~bottac/Collision_ODE/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ODE/src/lib/graphics/importer/static_model.h

    r9869 r9919  
    6161  void acquireData(const StaticModelData::Pointer& data);
    6262  const StaticModelData::Pointer& dataPointer() const { return this->data; };
     63        //StaticModelData* dataPointer(){return this->data;};
    6364
    6465  inline void setScaleFactor(float scaleFactor) { this->data->setScaleFactor(scaleFactor); };
Note: See TracChangeset for help on using the changeset viewer.