Questions tagged [sweethome3d]

Sweet Home 3D is a free interior design application that helps you draw the plan of your house, arrange furniture on it and visit the results in 3D.

Sweet Home 3D is a free interior design application that helps you draw the plan of your house, arrange furniture on it and visit the results in 3D.

References:

5 questions
0
votes
2 answers

Export individual furniture from SweetHome3D to .obj (to blender)

my problem is: I am using SH3D to create a project http://www.sweethome3d.com/ and afterwards I want to import it to Blender (http://www.blender.org/) . The problem is that when I use SH3D code to export and then import to blender, I realize that:…
Dimitra Micha
  • 2,089
  • 8
  • 27
  • 31
0
votes
1 answer

setRightSideTexture method in Sweethome3D API

I am using Sweethome3d in order to create a house. This is the API of SH3D. I want to use the Wall Class and especially this method: setRightSideTexture(HomeTexture rightSideTexture) Sets the right side texture of this wall. The problem is…
Mitsaki
  • 11
  • 2
  • 6
-1
votes
2 answers

Macosx: How to make a runnable jar file in eclipse?

I will try to tell you exactly my problem, because I am stuck for more than 2 days now. I am trying to make a project in Eclipse from existing source code (a program called sweethome3d) and then modify it. But, the problem even starts from even…
Dimitra Micha
  • 2,089
  • 8
  • 27
  • 31
-1
votes
1 answer

how to resolve these error, UnsatisfiedLinkError: no j3dcore-ogl-chk and no j3dcore-d3d in java.library.path

how to resolve these error, UnsatisfiedLinkError: no j3dcore-ogl-chk and no j3dcore-d3d in java.library.path SEVERE: java.lang.UnsatisfiedLinkError: no j3dcore-ogl-chk in java.library.path java.lang.UnsatisfiedLinkError: no j3dcore-d3d in…
-2
votes
3 answers

Java: Call a method inside a method and use the same variables

I have this code which uses an open source API (Sweethome3D). What I want to do is to check whether the Room is Parallelogram or Square and then call a method and change the values of the walls and the Room. But if I try to do this, it gives me…
Mitsaki
  • 11
  • 2
  • 6