216217218219220221222
* by this component couldn't be created. */ public HomeComponent3D(Home home, UserPreferences preferences, boolean displayShadowOnFloor) { this(home, preferences, new Object3DBranchFactory(), displayShadowOnFloor, null); }
227228229230231232233
* by this component couldn't be created. */ public HomeComponent3D(Home home, UserPreferences preferences, HomeController3D controller) { this(home, preferences, new Object3DBranchFactory(), false, controller); }