public SpatialComponent() {
super();
IntentRegistry ir = IntentRegistry.lookupSingleton();
local = new Transformation();
world = new Transformation();
xChangeTopic = ir.lookupIntent(SpatialComponentLocalTXChangeIntent.class);
yChangeTopic = ir.lookupIntent(SpatialComponentLocalTYChangeIntent.class);
zChangeTopic = ir.lookupIntent(SpatialComponentLocalTZChangeIntent.class);
moveTopic = ir.lookupIntent(SpatialComponentLocalMoveIntent.class);