Class HomePieceOfFurniture3D
				
				
Extends
					Object3DBranch.
				
			
				
				
				
					
Defined in:  HomePieceOfFurniture3D.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
								HomePieceOfFurniture3D(piece, home, preferences, waitModelAndTextureLoadingEnd)
							 Creates the 3D piece matching the given home  piece. | 
| Method Attributes | Method Name and Description | 
|---|---|
| update()
								 Updates this branch from the home piece it manages. | 
- Methods borrowed from class Object3DBranch:
- getHome, getUserPreferences, updateTextureTransform, updateTextureTransformFittingArea
					Class Detail
				
				
				
						HomePieceOfFurniture3D(piece, home, preferences, waitModelAndTextureLoadingEnd)
				
				
				
					Creates the 3D piece matching the given home 
Author: Emmanuel Puybaret.
				
				
				
				
					
						piece.
					Author: Emmanuel Puybaret.
- Parameters:
- {HomePieceOfFurniture} piece
- {Home} home
- {UserPreferences} preferences Optional
- {boolean|function} waitModelAndTextureLoadingEnd
					Method Detail
				
				
					 
					
					
					
					update()
					
					
					
						Updates this branch from the home piece it manages.
						
						
					
					
					
					
						
						
						
						
						
						
						
					
				
			
			
		
			
			
			
