Search found 5 matches

by kleiba
Tue May 01, 2012 12:42 am
Forum: Developers
Topic: Add furniture progamatically !!!
Replies: 7
Views: 4739

Re: Add furniture progamatically !!!

<t>Hi Emmanuel,<br/>
<br/>
Thanks for the quick reply! As I pointed out, I'm viewing the room through a HomeComponent3D component. Note that we are talking about a stand-alone application built on top of the SweetHome3D libraries, not a plugin that interacts with the SweetHome3D application itself ...
by kleiba
Mon Apr 30, 2012 9:39 am
Forum: Developers
Topic: Add furniture progamatically !!!
Replies: 7
Views: 4739

Re: Add furniture progamatically !!!

<r>Hi,<br/>
<br/>
sorry for piggybacking on this thread - I've tried using the steps outlined by alied, but still cannot add new furniture to my room <E>:-(</E><br/>
<br/>
Here's how I'm doing it right now:<br/>
<br/>
Home home = new HomeFileRecorder().readHome(roomFile.getPath());<br/>
<br ...
by kleiba
Mon Nov 14, 2011 7:59 am
Forum: Developers
Topic: HomePieceOfFurniture - model color
Replies: 5
Views: 4088

Re: HomePieceOfFurniture - model color

<r>Ah, okay, so 'loadModel' actually does do some caching, right? That makes me feel much better <E>;-)</E><br/>
<br/>
In the meantime, I've asked my boss about giving out the code and she's fine with it. I have to figure out licensing issues, but since it's only a small plugin that shouldn't be a ...
by kleiba
Mon Nov 14, 2011 4:40 am
Forum: Developers
Topic: HomePieceOfFurniture - model color
Replies: 5
Views: 4088

Re: HomePieceOfFurniture - model color

<r>Thank you very much for your information, I was able to implement what I had in mind now.<br/>
I had actually noticed the ModelManager class before, but frankly I find it a bit unintuitive that that is the preferred way to reach the 3D model data: why would I have to 'loadModel' when the model ...
by kleiba
Fri Nov 11, 2011 8:46 am
Forum: Developers
Topic: HomePieceOfFurniture - model color
Replies: 5
Views: 4088

HomePieceOfFurniture - model color

<t>I'm writing my first plugin for SweetHome3D. So far, the experience has been excellent, I was able to implement very quickly what I had in mind.<br/>
<br/>
However, there's one last thing left that I'm stuck with right now. I'm trying to get the color(s) of a certain HomePieceOfFurniture that is ...