|
Re: Existing menus localization
You can retrieve the resource with getLocalizedString method found in user preferences too:
...
|
Developers |
May 31, 2013, 3:46:45 PM by
Puybaret
|
|
Re: Missing texture coordinates in MTL file lead to blurry textures?
Is your OBJ/MTL model correctly rendered when you reimport it in Sweet Home 3D or in another 3D ...
|
Developers |
Jun 12, 2013, 11:56:44 AM by
Puybaret
|
|
Re: Missing texture coordinates in MTL file lead to blurry textures?
[quote]I was not able to find a menu option to import an obj-file into SH3D.[/quote]Drag and drop ...
|
Developers |
Jun 12, 2013, 1:27:47 PM by
Puybaret
|
|
Re: Existing menus localization
Listen to [i]UserPreferences.Property.LANGUAGE[/i] property changes, and be sure to use in the ...
|
Developers |
Jun 14, 2013, 5:48:13 PM by
Puybaret
|
|
Re: Existing menus localization
Then... have a nice weekend
|
Developers |
Jun 14, 2013, 5:53:23 PM by
Puybaret
|
|
Re: Adding new field in forniture.
Maybe you could use [i]description[/i] field. If you want it in the user interface, you just have ...
|
Developers |
Jun 14, 2013, 7:37:04 PM by
Puybaret
|
|
Re: HomeController methods from inside the plugin
If it's a compilation error, it should be easily fixable, unless... you try to call private ...
|
Developers |
Jun 18, 2013, 10:46:52 PM by
Puybaret
|
|
Re: Duct Work on Layouts
The SweetHome3DExample6.sh3d example in the ...
|
Developers |
Aug 21, 2013, 10:40:15 AM by
Puybaret
|
|
Re: Android Port of SweetHome3D
In no case, I want to prevent you from trying this port, but I fear you didn't list all the ...
|
Developers |
Sep 19, 2013, 10:35:46 AM by
Puybaret
|
|
Re: 3D window rendering
The 3D view is rendered generally with OpenGL, and more rarely with DirectX, through Java 3D ...
|
Developers |
Sep 25, 2013, 10:57:17 AM by
Puybaret
|
|
Re: Problems because of low memory
There are simpler solutions. Look at the ...
|
Developers |
Oct 3, 2013, 5:22:39 PM by
Puybaret
|
|
Re: Plugin Menus
The [i]JPopupMenu[/i] contextual menus are accessible through the [i]getComponentPopupMenu[/i] ...
|
Developers |
Oct 17, 2013, 11:53:11 PM by
Puybaret
|
|
Re: compile the source
[quote]Which program would compile the source ?[/quote]Any Java compiler, but Ant or an IDE would ...
|
Developers |
Oct 31, 2013, 4:45:55 PM by
Puybaret
|
|
Re: Plugin Menus
Exploring the code yourself would have given you the answer.
In the current version, the ...
|
Developers |
Nov 13, 2013, 7:20:41 PM by
Puybaret
|
|
Re: Plugin Menus
The contextual menu is attached to the [i]PlanComponent[/i] instance, and you can find that ...
|
Developers |
Nov 25, 2013, 10:54:18 AM by
Puybaret
|
|
Re: 3D View - something was wrong?
[i]defaultHome, listHomesURL, readHomeURL, writeHomeURL, furnitureCatalogURLs, ...
|
Developers |
Nov 26, 2013, 10:05:06 PM by
Puybaret
|
|
Re: 3D View - something was wrong?
Could you list the properties of one of the furniture you described in ...
|
Developers |
Nov 27, 2013, 7:46:48 PM by
Puybaret
|
|
Re: Plugins don't save a file on disc
Writing files in a plug-in doesn't work if you run Sweet Home 3D under Java Web Start.
If this ...
|
Developers |
Nov 29, 2013, 3:47:38 PM by
Puybaret
|
|
Re: I wish to embed sweethome 3d in my website
[quote]Is there any simple way to display 2D layout instead of 3D model in Applet?[/quote]Why using ...
|
Developers |
Dec 22, 2013, 5:10:04 PM by
Puybaret
|
|
Re: adding skirting around rooms
rkv104, I had a quick look at your code.
I think you wrongly place skirts, because ...
|
Developers |
Jan 23, 2014, 5:23:06 PM by
Puybaret
|