Skip to content

BUG: Deep transform should affect the initial positions as well

Deep transforms currently do not modify the m_initialVertexPositions. This poses a problem for a scene object on which deformation physics is run. This MR modifies the applyTranslation, applyRotation and applyScaling functions to also modify the initial vertex positions stored during the creation of the mesh/point set

Merge request reports