Search found 8 matches

by zerogravity90
Mon Mar 05, 2018 6:54 am
Forum: Developers
Topic: 3D rendering question
Replies: 9
Views: 4596

Re: 3D rendering question

Finally, I solved it by modify Piece of Cabinet on UpdatePieceOfFurnitureModelNode funcion. But it's a bit slower
Any idea or improve that code.

/**
* Updates transform group children with <code>modelMode</code>.
*/
public void updatePieceOfFurnitureModelNode(Node modelNode, TransformGroup ...
by zerogravity90
Sat Feb 03, 2018 1:45 am
Forum: Developers
Topic: 3D rendering question
Replies: 9
Views: 4596

Re: 3D rendering question

Hi Emmanuel Puybaret,

That's what i need. I'm using Blender to create object, but how can i do to keep the frame of the door keeps the same width for a larger door on Blender? You mean I need to create other model for the same cabinet?
Thank you so much!
by zerogravity90
Thu Feb 01, 2018 4:43 pm
Forum: Developers
Topic: 3D rendering question
Replies: 9
Views: 4596

Re: 3D rendering question

Sorry for wrong meaning about question. I loaded obj file, in the applet, when i resize cabinet has 5 piece door above, but when i resized it, cabinet scale all piece by ratio. So 4 piece of out side scaled,too. I already fixed size for them. But it's take effect for every cabinet on same original ...
by zerogravity90
Tue Jan 30, 2018 4:42 pm
Forum: Developers
Topic: 3D rendering question
Replies: 9
Views: 4596

Re: 3D rendering question

Hi,

Thank you so much for your answer,

It mean I load object from obj file. The object contain 5 piece door as in image. When i change ojbect size (width, height or depth), I want control 3D render which can keep 4 piece on door fixed size, just change the center piece of door.

Sorry for my bad ...
by zerogravity90
Mon Jan 29, 2018 9:25 am
Forum: Developers
Topic: 3D rendering question
Replies: 9
Views: 4596

3D rendering question

Image

Hi bros,

I load a 5 piece door like in image from obj file. I want to render in 3D that can keep piece fixed size is 70mm for left, top, right and bottom piece.
Thank you so much for any help or any diea.
by zerogravity90
Mon Apr 25, 2016 10:14 am
Forum: Installation
Topic: can i install "sweet Home 3d" on my server?
Replies: 14
Views: 22670

Re: can i install "sweet Home 3d" on my server?

When i changed jnlp file successful, i got this message when start applet :

java.lang.NullPointerException
at sun.plugin2.applet.JNLP2Manager.initialize(Unknown Source)
at sun.plugin2.main.client.PluginMain.initManager(Unknown Source)
at sun.plugin2.main.client.PluginMain.access$200(Unknown ...
by zerogravity90
Mon Apr 25, 2016 2:47 am
Forum: Installation
Topic: can i install "sweet Home 3d" on my server?
Replies: 14
Views: 22670

Re: can i install "sweet Home 3d" on my server?

Thanks a lot Puybaret

I created p12 file successfully and putted it in SweetHome3D directory.
I changed base code to current server too.
I runned "ant applet" command on the next step.

But when i started applet, the Publisher name was being still "UNKNOWN" . What wrong in my steps?

Must I import ...
by zerogravity90
Fri Apr 22, 2016 11:12 am
Forum: Installation
Topic: can i install "sweet Home 3d" on my server?
Replies: 14
Views: 22670

Re: can i install "sweet Home 3d" on my server?

You only need a HTTP server like Apache. But you can also use Tomcat, since it handles also requests to static content.

First, download source code of the latest version.
Then, from the README.TXT file it contains, you'll have to:
- download and install last JDK 6 ,
- download and install Ant ...