Skip to content

adds setters for translation and rotation in TransformNode

Marvin Neurath requested to merge feature/Transformnode_extensions into master

TransformNode was missing setters for translation & rotation. While I could use a workaround using translate(const Vec3d& _v) and just translate by Δ_v I think having a setter is better.

Merge request reports