phyheightfield.cpp
26 // PhyHeightField::PhyHeightField( real side_x, real side_y, World* w, QString name, const wMatrix& tm )
55 // NewtonCollision* c = NewtonCreateHeightFieldCollision(worldpriv->world, xCells, yCells, 0, elevations, attributes, cellSize, elevationScaling, 0);
56 // wMatrix initialTransformationMatrix = wMatrix::identity(); // The transformation matrix is set in other places