x3dom / apps-modeling

Publicly Available Applications
Other
3 stars 3 forks source link

Common base class for Group, Primitive #60

Closed mlimper closed 11 years ago

mlimper commented 11 years ago

This will remove a lot of dangerous / difficult redundancy inside the code of PrimitiveManager.js and GroupManager.js - both of them have in common that they have a transformation matrix and respective transform members, both are pickable / moveable etc., and they should not need separate treatment when applying standard transformations in 99% of the cases.