Home
last modified time | relevance | path

Searched refs:holdObject (Results 1 – 4 of 4) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwphysics/
H A Dheightfield.cpp57 …t triSize, float sqrtVerts, float minH, float maxH, const osg::Object* holdObject, PhysicsTaskSche… in HeightField() argument
58 : mHoldObject(holdObject) in HeightField()
H A Dheightfield.hpp27 …t triSize, float sqrtVerts, float minH, float maxH, const osg::Object* holdObject, PhysicsTaskSche…
H A Dphysicssystem.hpp149 …t x, int y, float triSize, float sqrtVerts, float minH, float maxH, const osg::Object* holdObject);
H A Dphysicssystem.cpp444 …nt x, int y, float triSize, float sqrtVerts, float minH, float maxH, const osg::Object* holdObject) in addHeightField() argument
446 …tField>(new HeightField(heights, x, y, triSize, sqrtVerts, minH, maxH, holdObject, mTaskScheduler.… in addHeightField()