Download

Online

Gallery

Blog

  Index  | Recent Threads  | List Attachments  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 21
Posts: 21   Pages: 3   [ 1 2 3 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 22941 times and has 20 replies Next Thread
pencilart
Advanced Member
Member's Avatar


Joined: Oct 2, 2007
Post Count: 188
Status: Offline
Reply to this Post  Reply with Quote 
sad obj Transparency?

I need to track down if this problem is in SweetHome 3D or AOI 3.0:
1) In AOI (3.0) make a cylinder (or any other shape)
2) assign a transparent texture to it (all else is default)
3) export it as .obj
4) import it into SweetHome 3D
Notice the transparency is NOT transparent.

This all used to work for me in the past with no problems with transparency exports.
I have contacted the coders of Art Of Illusion too to see if the problem is there, but I just want to track this down.

P.S. I am on Windows 8.1 using SH3D 4.3 and Java 7 update 55
----------------------------------------
[Edit 1 times, last edit by pencilart at May 21, 2014, 7:36:44 PM]
[May 21, 2014, 7:34:00 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
okh
Advanced Member




Joined: May 12, 2013
Post Count: 1545
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

Hi Pencilart, I have not noticed any wrong interpretation of transparency values in sh3d. Not obj/mtl interpretation, not texture interpretation.

1) did you check the .mtl file that accompanies the .obj file? Correct transparency should be set as d value under the transparent material. Eg.
d 0.0 (=fully transparent - invisible)
or
d 0.5 (=semi transparent 50%)

2) did you check the texture file (if you use one - png/gif) to see whether it still has transparency after export?

ok
[May 21, 2014, 8:17:40 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
pencilart
Advanced Member
Member's Avatar


Joined: Oct 2, 2007
Post Count: 188
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

the mtl says:

#Produced by Art of Illusion 3.0, Wed May 21 16:44:58 EDT 2014
newmtl Default_Texture
Kd 0.23 0.23 0.23
Ks 0 0 0
Ka 0 0 0
illum 1

Still no joy.
Hopefully I will be able to attach a screenshot:
----------------------------------------
Attachment Screenshot (91).png (72076 bytes) (Download count: 14512) (Screenshot 91: how a "glass" looks in SH3D 4.3 on Windows 8.1 Screenshot 92: my transparency settings in Art Of Illusion 3.0 on Windows 8.1)
Screenshot (91).png
----------------------------------------
Attachment Screenshot (92).png (178938 bytes) (Download count: 14385) (Screenshot 91: how a "glass" looks in SH3D 4.3 on Windows 8.1 Screenshot 92: my transparency settings in Art Of Illusion 3.0 on Windows 8.1)
Screenshot (92).png
[May 21, 2014, 9:58:11 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
okh
Advanced Member




Joined: May 12, 2013
Post Count: 1545
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

Your .mtl file (the material: Default_Texture) does not seem to contain reference to a texture graphics file. e.g:
map_Kd xxxx.png

or transparency, e.g:
d 0.5

Therefore I guess there must be something in how AoI exports. I have practically no experience with AoI, but can the settings be changed to include the texture file in the export - or something?

Failing that, you could try to add transparency (e.g. d 0.5) to the .mtl file yourself, like this:

#Produced by Art of Illusion 3.0, Wed May 21 16:44:58 EDT 2014
newmtl Default_Texture
Kd 0.23 0.23 0.23
Ks 0 0 0
Ka 0 0 0
illum 1
d 0.5


ok
[May 22, 2014, 8:15:32 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
pencilart
Advanced Member
Member's Avatar


Joined: Oct 2, 2007
Post Count: 188
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

ok, n/m. I figured it out. chalk that up to not making models for many months.
[May 22, 2014, 1:21:51 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
pencilart
Advanced Member
Member's Avatar


Joined: Oct 2, 2007
Post Count: 188
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

Therefore I guess there must be something in how AoI exports. I have practically no experience with AoI, but can the settings be changed to include the texture file in the export - or something?


I just saw your reply after I had posted saying, never mind.

I might try to edit the mtl file as you said. But one thing with Windows 8, which is very annoying: Once you edit a file in an app, Windows 8 automatically assigns that app to open as the default for that file. Then to correct the problem, you have to take quite a few steps, which is the annoying part.

In AOI, this is in the exported .obj:

#Produced by Art of Illusion 3.0, Mon May 26 12:54:18 EDT 2014
mtllib Chanlight.mtl
g sweethome3d_window_pane
usemtl test


and this is in the .mtl file:

#Produced by Art of Illusion 3.0, Mon May 26 12:54:18 EDT 2014
newmtl test
Kd 0.15 0.12042 0.063
Ks 0 0 0
Ka 0.92 0.76286 0.3588
illum 1


Anyway, here is the chandelier after I finally remembered that I have to rename all things transparent to (without the quote marks of course) "sweethome3d_window_pane"



And this is the chandelier as rendered by Art Of Illusion:
http://www.storm-artists.net/view/136785
(I know that sh3d's renderer won't give the same results)

P.S. I tried to edit the .mtl but that did not make a difference...That's ok.
----------------------------------------
[Edit 1 times, last edit by pencilart at May 26, 2014, 9:03:31 PM]
[May 26, 2014, 8:11:50 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
okh
Advanced Member




Joined: May 12, 2013
Post Count: 1545
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

Nice chandelier. Glad it worked. But now you have me confused smile. It seems transparency can be achieved in two ways. Either

  • d value in the .mtl file (and I assume AoI should be able to handle that directly?).
  • using g sweethome3d_window_pane_xxx in the .obj file. This I did not know. Does it add anything to the mtl d value? Legacy approach from before full .mtl support?
But then I am wondering whether sweethome3d_window_mirror_xxx (reflection) can also be achieved with .mtl. Only reference I could find, was the Constant Field Values, but alas, I am none the wiser.

ok

PS. Win is a strange beast. If it weren't for some vital software, I ditch it in a sec. However, if you open-with / drag-drop your .mtl files into an editor (Notepad/PSPad), surely the default doesn't change (?)
[May 28, 2014, 10:58:29 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
pencilart
Advanced Member
Member's Avatar


Joined: Oct 2, 2007
Post Count: 188
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

I had forgotten that transparency only works if the item is named sweethome3d_window_pane
I'm not sure about the mtl file, I've never looked at it to compare.
Editing the mtl file for transparency does not work for some reason. Dunno if that has something to do with what software was used to create the item or not.

Right now, the mtl files and obj files are not assigned to any software on Windows 8, and as far as I know it should stay that way. But when you edit such files, Win8 will assign that app as default. SO annoying.

So, Okh, have you ever done any 3d modeling yourself? If you haven't, try it! :-)
[May 28, 2014, 1:48:47 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9180
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

sweethome3d_window_pane is just a way to set a shape as transparent. It was introduced in an old version of Sweet Home 3D before the MTL file and d parameter were supported. In the current version, its main drawback compared to d parameter in a MTL file is that it's fixed to 0.5 and that you can't change its appearance in the furniture Furniture materials dialog box. When changing individual materials wasn't available, it was handy because when you changed the color of the window, only its frame was changed and the pane remained uncolored. But in version 4.3, changing the material of a window pane won't have any effect, something that looks more buggy because it's not necessary for backward compatibility. I just fixed it in the Beta 15 of the version 4.4.

I am wondering whether sweethome3d_window_mirror_xxx (reflection) can also be achieved with .mtl.
It seems that "illum 3" in MTL file format could match the mirror effect, but I didn't investigate further when I programed the first mirror effect. The good thing with introducing special names for shapes, is that it can be easily supported in file formats afterwards.

Conclusion: pencilart, using d parameter works, but mixing it with sweethome3d_window_pane name won't change transparency value. Hum, maybe I should fix that too! wink
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
[May 28, 2014, 7:12:54 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
sree.arun.kr
Advanced Member



INDIA
Joined: Oct 28, 2013
Post Count: 137
Status: Offline
Reply to this Post  Reply with Quote 
Re: obj Transparency?

Some times transparency need to be assigned manually in Sweet home 3D
Try these steps,
1. Make/design your model at any 3d-modeling software
2. Apply transparency texture(color=black&white) to it( use *.png only to work with SweetHome3D).
3. Align UVW mapping.
4. Export as .obj(wavefrot OBJ) or .3ds (check Transparency texture must be added in the same folder ).
5. Import exported obj/3ds file in sketch-up/any other 3d model viewing application to check transparency map working or not.If transparency does not load you failed to create model correctly(Need re creation).
6. If transparency working correctly then Import 3d model as furniture in Sweet-home-3D.
7. Select imported furniture, go to Furniture -> Modify in main menu
8. Select materials radio button in color& texture, then click Modify
9. Select model material(your transparent object material) then select Texture radio button and click browse button.
10. In the new window click Import button & browse, open your texture map and click OK for all windows.

*10. If object don't have a texture file, fully transparent like glass
then select color radio button and select white color in modify Furniture material window.
11. Now render your image.

TIP.
If you want to hide(invisible in render) a particular part of an object then use my texture.

(This file consist zero color pixel). laughing
----------------------------------------

[May 28, 2014, 8:16:25 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Posts: 21   Pages: 3   [ 1 2 3 | Next Page ]
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

    Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads
   
© Copyright 2006-2024 eTeks - All rights reserved