[AdgEntity] Using AdgLocalMode instead of AdgTransformMode
commit498cfa7665c8c6744be051ee12d1291c5f00445e
authorNicola Fontana <ntd@entidi.it>
Tue, 27 Oct 2009 12:46:44 +0000 (27 13:46 +0100)
committerNicola Fontana <ntd@entidi.it>
Tue, 27 Oct 2009 15:10:41 +0000 (27 16:10 +0100)
tree8ed48c87fad34c19e74f184549e2e58400287da8
parent6f54f4bbef833c2fd13808f69321066ed4c59fb6
[AdgEntity] Using AdgLocalMode instead of AdgTransformMode

Changed the "local-mode" type to the newly AdgLocalMode one. This avoids
the need to post process the ctm because now it is ensured the local
matrix is always known and applied before the global one. Furthermore,
using AdgLocalMode allows more advanced customization on the local
matrix computation, such as what done by the ADG_LOCAL_FROM_PARENT
method.
adg/adg-dim.c
adg/adg-entity-private.h
adg/adg-entity.c
adg/adg-entity.h
adg/adg-table.c
adg/adg-toy-text.c