com.eteks.sweethome3d.viewcontroller
Interface Object3DFactory
- All Known Implementing Classes:
- Object3DBranchFactory
public interface Object3DFactory
A factory that specifies how to create the 3D objects from Sweet Home 3D model objects.
- Author:
- Emmanuel Puybaret
createObject3D
Object createObject3D(Home home,
Selectable item,
boolean waitForLoading)
- Returns the 3D object matching a given
item
.
- Parameters:
home
- the home of an itemitem
- a selectable item of a homewaitForLoading
- if true
all resources used by the returned object should be available