Joined: Jul 22, 2010
Post Count: 2
Status:
Offline
3D window rendering questions
Hey there, I'm working on a few extensions to the 3D render window for a project I'm working on; ne of these is support for animated objects. I've skimmed through much of the SH3D code, but I was wondering if someone could point me in the right direction of where furniture is added to the scenegraph.
France
Joined: Nov 7, 2005
Post Count: 9426
Status:
Offline
Re: 3D window rendering questions
Furniture 3D shapes are instances of HomePieceOfFurniture3D created in the method createObject3D of HomeComponent3D class and added to scene graph in the addObject of that same class.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator