Do I understand correctly, that if I create ArticulatedModel with
"ArticulatedModel::Ref ground =
ArticulatedModel::createHeightfiled(...)", all vertices are contained
in ground->partArray.first().geometry.vertexArray?
So I can generate another grid using this verices array in such maner:
MeshAlg::generateGrid(ground->partArray.first().geometry.vertexArray, ...);
right?
Thanks!
--
Vitaly