Search found 25 matches

by Walter125
Mon Oct 16, 2023 6:28 pm
Forum: Developers
Topic: Bug found in HomefurniturePanel.java
Replies: 8
Views: 3498

Re: Bug found in HomefurniturePanel.java

<r>Following your suggestion, I tried to add 1 pixel only to the height, it also works. With the following code:<br/>

<CODE><s>[code]</s>Dimension size = this.transformationsLabel.getPreferredSize();
size.height = size.height + 1;
this.transformationsLabel.setPreferredSize(size);<e>[/code]</e ...
by Walter125
Sun Oct 15, 2023 6:47 pm
Forum: Developers
Topic: Bug found in HomefurniturePanel.java
Replies: 8
Views: 3498

Re: Bug found in HomefurniturePanel.java

I just noticed the previewComponent is already scaled in the function createComponents, so the line 2114 that rescale it, should be removed ?
by Walter125
Sun Oct 15, 2023 6:38 pm
Forum: Developers
Topic: Bug found in HomefurniturePanel.java
Replies: 8
Views: 3498

Re: Bug found in HomefurniturePanel.java

<r>I think it is a bug internal to the java linux implementation.<br/>
<br/>
It seems I have found a workarround, adding the following line before to add the Label to the grid at line 2111:<br/>

<CODE><s>[code]</s>this.transformationsLabel.setPreferredSize(this.transformationsLabel.getPreferredSize ...
by Walter125
Sat Oct 14, 2023 11:42 am
Forum: Developers
Topic: Bug found in HomefurniturePanel.java
Replies: 8
Views: 3498

Bug found in HomefurniturePanel.java

<r>Hi,<br/>
<br/>
I'm using linux version of SweetHome3D.<br/>
<br/>
When I try to modify a furniture, for example open the door of a kitchen cabinet, the most of time, the 3D view of the cabinet isn't shown, and so, I can't open the door.<br/>
<br/>
After several clicks on the button to reloads of ...
by Walter125
Fri Oct 13, 2023 4:35 pm
Forum: Wishlist
Topic: Making transparent the ceiling of a room, but opaque for sunlight ?
Replies: 5
Views: 5612

Re: Making transparent the ceiling of a room, but opaque for sunlight ?

<t>Thanks for the tip, I will try. Are you sure it works also for photo quality 3 and 4 ?<br/>
<br/>
I tried with a special object, instead of the box, a plane with only two faces: the top and the bottom and a thickness of 0,1cm, making the bottom transparent but not the top. It doesn't seem to work ...
by Walter125
Fri Oct 13, 2023 12:13 pm
Forum: Wishlist
Topic: Making transparent the ceiling of a room, but opaque for sunlight ?
Replies: 5
Views: 5612

Making transparent the ceiling of a room, but opaque for sunlight ?

<t>Hi,<br/>
<br/>
When we take a photo of the 3D view, or when we disable the ceiling of a room for the virtual visitor, then, on the photo, we can see the sunlight going into the house.<br/>
<br/>
I think the following option would be useful:<br/>
<br/>
Making the ceiling of a room totally ...
by Walter125
Fri Oct 06, 2023 3:03 pm
Forum: Developers
Topic: Yafaray compilation for linux.
Replies: 2
Views: 2883

Re: Yafaray compilation for linux.

Thanks for reply.

I don't know precisely which optimizations the "-O3" option activates, but it allows some programs to do computations faster. However, it can introduce bugs in some cases, and it increases the size of the compiled program.
by Walter125
Fri Oct 06, 2023 11:57 am
Forum: 3D models and textures
Topic: Yafaray shiny diffuse material.
Replies: 0
Views: 2785

Yafaray shiny diffuse material.

<t>I'm trying to render a partially transparent greenhouse plastic cover with Yafaray, and I wonder if someone knows some basic values for the parameters of a shiny diffuse material.<br/>
<br/>
I have modified SweetHome3D source code as well as PhotoVideoRendering plugin, in order to use a material ...
by Walter125
Fri Oct 06, 2023 11:28 am
Forum: Developers
Topic: Yafaray compilation for linux.
Replies: 2
Views: 2883

Yafaray compilation for linux.

Hi,

I wonder if Yafaray is compiled with "-O3" optimizations ?

Another question: does Yafaray source code need some modifications to be used with SweetHome3D, or I just have to compile it and replace the libraries given with SweetHome3D ?