Modeling question

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
Hello, I'm doing a ship and I've made a low poly shape. Then I've subdivided all the shape polygons, and what I want is to smooth all them without increasing polygons (like Hammer subdivision tool).

As you can see in the image, it's not smothed at all.

shipab3.jpg
 
Oct 6, 2008
1,948
446
love your work spike
 

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
Danke!

That's what I've done until now:

shiplolacoxl3.jpg
 
Oct 6, 2008
1,948
446
Where's the pool and the bar with the beach babes?
 

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
lol it's a pirate ship. You will find hairy men, not beach babes xD
 

Sgt Frag

L14: Epic Member
May 20, 2008
1,443
710
It really doesn't look all that low poly now. However that's because you subdivided it.

You really have alot of wasted polys (they don't add to the shape at all).

I'd back up a step. Go back to the low poly before the subdivide (all that does IS add polys in between the polys you already have).

Then I'd clean up the poly distribution to get rid of weird lighting issues that might arise. Namely in the blue part in a few spots.1: By the back where it gets taller, there are alot of triangles and the rest of your mesh is stil quads.
The handrail areas have WAY too many polys and are smaller than the ones on the hull (weird lighting, wasted)/
In the front of the blue area there are some weird poly shapes. Can't tell what's going on there.

Anyway, once the low poly is clean and uniform, then you can use mesh smooth to subdivide AND make everything rounder. Don't confuse that with the smooth modifier (that only effects how smooth it renders, no poly change).
(I'm talking 3ds Max)
However to me it looks like your low poly is probably 3 sections tall for the main part of the boat (plus some for the tall back part).
Mesh smooth is really not the way to go, you're better off just modelling with more polys.

For Best results:
Turn your low poly into an editble poly. (not edit mesh)
Drag and select all vertical edges in the middle section of boat. Hit the connect dialog roll out and choose 1 or 2.
This will and a new loop of polys in there, you can then pull those edges out a bit to round out the basic shape and still keep it lower poly.
 

Snipergen

L13: Stunning Member
Nov 16, 2007
1,051
150
Sgt Frag is right, listen to the man.

In short: don't use a smooth for a game model unless you are making a highpoly model to bake your normal map from.
You also have some very bad poly flows on your model, let me draw you something tomorrow if I have the time because now I'm just being all negative :(
 

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
Thanks a lot!

I did all the subdividing thing because Source lighting. As the VMT says, models shaders are "vertexlitgeneric", it light's the polys. So If a make a sigle face without any subdivisions it would look very weird ingame because it will apply the same tone of lighting to the all face.
 
Oct 6, 2008
1,948
446
spike can you make me the shadertest3.mdl 5 times bigger for something?
 

Sgt Frag

L14: Epic Member
May 20, 2008
1,443
710
Well you are right to add more polys than a very simple low poly object for vertex lighting.

If the hull was only 10 polys it would light like crap.

But still, I think you have more polys than needed and the flow is a little off.


This is the best explanation I've seen of how it works. Maybe it'll help, maybe you already know.
Anyway, it's a good ref for anyone who is learning.
http://phalanx.planetunreal.gamespy.com/tut's/tutorial_vertex.htm

I think the important thing is to have enough polys so it'll light in the enviro it's used in, but not too many so it kills performance in a vain attempt to have good lighting.
For TF2 you gotta think of how many lights will be around it and how large they will be. For the most part you will have an ambient fill which will probably hit the majority of the verts anyway, it's not likely an object to be in a dark space or with very little lighting. That's just not the TF2 way.
 

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
Thanks, I'll read it tomorrow
 

Psy

The Imp Queen
aa
Apr 9, 2008
1,706
1,491
The hull really doesn't need that many polies to look smooth.
 

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
The hull really doesn't need that many polies to look smooth.

The ammount of polys aren't for make it smooth, are for the vertex lighting that Source applies to models, It would look horrible when lighted if it were low poly (the bigger the model, the more polys it have to have for looking good when lighted)