public interface ModelComponentGenerator<E extends ModelComponent>
Modifier and Type | Method and Description |
---|---|
E |
createComponent(java.io.File geometryPath,
ModelComponentMap componentMap)
Creates and returns a model component, using the provided component map
to look up other dependent objects.
|
E createComponent(java.io.File geometryPath, ModelComponentMap componentMap)
geometryPath
- path to search for geometry filescomponentMap
- map for looking up other objects