// Legacy support, the DeployedModels object for new builds contains
// the model bounds.
// Go ahead and load the model. We need to load the model in order to
// find out its bounds to set the hint.
ModelLoader loader = dm.getModelLoader();
Node node = loader.loadDeployedModel(dm, null);
BoundingVolume bounds = node.getWorldBound();
hint = getBoundingVolumeHint(bounds);
posComp.setBounds(bounds);
} else {
hint = getBoundingVolumeHint(dm.getModelBounds());
posComp.setBounds(dm.getModelBounds());