![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
![]() |
#1 |
Watch
![]() Join Date: Nov 2009
Posts: 27
Downloads: 19
Uploads: 1
|
importing OBJ-file into S3D - (what's about 3dsmax smooth groups?)
I have exported a 3dsmax model into an obj file and imported this into S3D. It seams, that something went wrong with the smoothing groups. Is it possible, that S3D does not support smoothing groups?
![]() ![]() ![]() I have followed the suggestions here: http://www.subsim.com/radioroom//showthread.php?t=135177 and also tested every possible import/export setting combination. The surface changes a little bit, if I don't import the normals into S3D, but the results are still bad. Thanks for any help. ![]() By zgrad at 2009-11-29 Last edited by Onkel Neal; 12-02-12 at 07:34 AM. Reason: removed name upon request |
![]() |
![]() |
![]() |
#2 |
The Old Man
![]() Join Date: Apr 2007
Location: Netherlands
Posts: 1,549
Downloads: 28
Uploads: 3
|
![]()
Smoothing groups are not supported by the game, and thus also not by S3D. Normals are advisable in trouble spots, but often the result is fine without. In your case try detaching surfaces with sharp angles/edges. They can still be part of one object, but the vertices are then no longer shared, resulting in clean sharp edges, without funny shading.
Regards, skwas
__________________
![]() SH5 mods: Speech Recognition for SH5 | Digital UI Clock Tutorials: [TEC] Import/export 3D models to/from game using S3D [TEC] How to work with the model viewer in S3D - VIDEO |
![]() |
![]() |
![]() |
#3 | |
Watch
![]() Join Date: Nov 2009
Posts: 27
Downloads: 19
Uploads: 1
|
![]()
I have just tested your suggestion and detached some faces with the option "Detach to Element" in max to and it works. Thank you for the advice!
Edit: I have found a description, how to detach all polygons by selection the faces by using the "Select by SG" function: http://www.gtaforums.com/index.php?s...=218318&st=340 Quote:
Code:
subobjectLevel = 5 actionMan.executeAction 0 "40021" $.EditablePoly.SetSelection #Face #{1..42845} $.EditablePoly.selectBySmoothGroup 1 $.EditablePoly.detachToElement #Face keepOriginal:off $.EditablePoly.selectBySmoothGroup 2 $.EditablePoly.detachToElement #Face keepOriginal:off $.EditablePoly.selectBySmoothGroup 4 $.EditablePoly.detachToElement #Face keepOriginal:off $.EditablePoly.selectBySmoothGroup 8 $.EditablePoly.detachToElement #Face keepOriginal:off $.EditablePoly.selectBySmoothGroup 16 $.EditablePoly.detachToElement #Face keepOriginal:off $.EditablePoly.selectBySmoothGroup 32 $.EditablePoly.detachToElement #Face keepOriginal:off $.EditablePoly.selectBySmoothGroup 64 $.EditablePoly.detachToElement #Face keepOriginal:off subobjectLevel = 0 Last edited by Subsim modder 32; 11-29-09 at 04:37 PM. |
|
![]() |
![]() |
![]() |
|
|