round edges on models
Moderators: MR.D, Moderators
round edges on models
So in wings3D I set edge hardness to "soft" and in the "smoothed preview" everything looks ok.
But ingame the edges are not smoth. Must I click some buttons in Upspring? (already tried "recalculate normals" but did nothing)
But ingame the edges are not smoth. Must I click some buttons in Upspring? (already tried "recalculate normals" but did nothing)
- Attachments
-
- smoothingnotworking.png (50.29 KiB) Viewed 5518 times
Re: round edges on models
Smoothed is like what happens when you press "s" knorke.
Re: round edges on models
Export settings?
Re: round edges on models
It isn't his export smooth preview shows the model as though you used wings smoothing algorithm on it.
Re: round edges on models
select all the edges you want smoothed then right click hardness-> smooth
Re: round edges on models
yea, I do that. The edge color then changes to show hard/soft.select all the edges you want smoothed then right click hardness-> smooth
In wings3d "s" just adds more polygons to the geometry, I do not want that. I want 6, 8 or whatever sided cylinders to appear round ingame.Smoothed is like what happens when you press "s" knorke.
When repeatedly pressing "s" the model keeps its form instead of shrinking to some undefined blob, so I think the edges hardness are setup correct.
export settings like attached
- Attachments
-
- export.png (5.75 KiB) Viewed 5432 times
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: round edges on models
Knorke, in upspring, select that particular part, and recalculate normals, set it to like 90. Ingame it should appear as a round, smoothed blob.
Re: round edges on models
For that the model's vertex normals need to be interpolated, which you can do by recalculating them in UpSpring with an angular tolerance value larger than (360 / number_of_cylinder_sides) degrees.I want 6, 8 or whatever sided cylinders to appear round ingame.
NOTE: do not set an excessive value like 90 or the shading between sides and endcaps will be wrong if you are not careful to only select side faces (queue the imfamous banana-boat image).
Re: round edges on models
in 3dsmax they are called smooth groups, in wings all you got is edges you set to non-hard
Re: round edges on models
when you import 3ds files in upspring there will be hard edges where UV seams are... solution: import OBJs
Re: round edges on models
Herp and derp, reason I asked for export options was to see if it was obj; yet when I saw the picture I didn't even think to look for it.rattle wrote:when you import 3ds files in upspring there will be hard edges where UV seams are... solution: import OBJs
Use OBJ if you want to set your normals in wings, use 3ds only if importing multiple pieces at once is more important (and then use Upspring recalculation tools - but these are often a hammer when you want a screwdriver).
Re: round edges on models
. . . I am not tracing the extra edges as well.
- Attachments
-
- Look at them added vertices
- derp.jpg (62.17 KiB) Viewed 5338 times
Re: round edges on models
spring stealing vertices: I knew it!
Re: round edges on models
also do post the s3o and wings file for me if you disagree with my assertion.
Re: round edges on models
That did it:Kloot wrote:For that the model's vertex normals need to be interpolated, which you can do by recalculating them in UpSpring with an angular tolerance value larger than (360 / number_of_cylinder_sides) degrees.I want 6, 8 or whatever sided cylinders to appear round ingame.

(not all edges got rounded but that might just be the model. At least I now I know how it works)
"Recalculate vertex normals" does nothing (no menu comes up and notice no change on model ingame or in preview)
So I used "recalc. vertex normales, 3D0 style->all objects->45°" which worked.
Fun fact: The Upspring version I used at first, does not have that menu


so 3ds does not save normals/edge hardness but obj does? For now I will continue to use 3ds though, exporting each piece seperately sounds cumbersome.Use OBJ if you want to set your normals in wings, use 3ds only if importing multiple pieces at once is more important
Re: round edges on models
It does. but 3ds does bullshit with breaking wields where vertexes share uvcoords. I forget the technical explanation and am annoyed if people expect me to dig it up again so that is the short version.knorke wrote:so 3ds does not save normals/edge hardness but obj does? For now I will continue to use 3ds though, exporting each piece seperately sounds cumbersome.Use OBJ if you want to set your normals in wings, use 3ds only if importing multiple pieces at once is more important
flaw in 3ds format not .obj or wings fault.
- King de Ivory
- Posts: 5
- Joined: 22 Nov 2011, 14:53
Re: round edges on models
The black lines wings3d draws between faces actually looks pretty nice, can you incorporate somthing similar on the textures?
Re: round edges on models
It is hard to get a consistent level of thickness on all models ivory. That is why the gundam models take 1-2 weeks, I spend a lot of time trying to keep level of detail the same.
Better would be a wireframe overlay or a cell shader.
Better would be a wireframe overlay or a cell shader.
- King de Ivory
- Posts: 5
- Joined: 22 Nov 2011, 14:53
Re: round edges on models
Yeah, a black wireframe overlay would probably look great
Re: round edges on models
I did some testing with that earlier and actually liked it:The black lines wings3d draws between faces actually looks pretty nice, can you incorporate somthing similar on the textures?

For some faces it might also be nice to have some gradients etc.
But the problem is that it takes too much time and when I started making models I was "just happy that it works in some way."
Now with more experience I know a way how it might be doable but I will not redo all the textures - in many cases it would require uvmapping the model again. To maintain a continuous style I now simply continue with the flat colored faces. So it is basically the result of some bad decisions and starting to make content too early, before being more familiar with the tools.
But on the other hand I want to finish the game and that is only possible by cutting some corners.