|
|||||
|
|
#1 |
|
Registered User
Join Date: Oct 2002
Location: Singapore
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
|
chinese guy(wip)
I'm making this character for my game, current polycount is 2722, aiming to keep it under 3000.
so what do you guys think of him? I removed the old pics, check for updates on posts below ![]() Last edited by ash; 10-08-2003 at 05:05 PM.. |
|
|
|
|
|
#2 |
|
Cookiefreak
Join Date: Oct 2002
Location: Lund, Sweden
Posts: 666
Thanks: 0
Thanked 0 Times in 0 Posts
|
Looks hellanice. One thing that bothered me tho is the size of the hands. They seem WAY too big. Other then that nice work!
__________________
"Stop looking at me...you cookie freak! |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2002
Location: Poland
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
I don't know about the head, he looks now like a child if that was the idea then it look like it should
|
|
|
|
|
|
#4 |
|
Crack Addict
|
the right sock look a bit quished outward dont it?
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Oct 2002
Location: Singapore
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thanks for the input guys, a little update (added the hat, errr...hair cloth thingy) and reduced the size of hands.
His age would be around 18-20, I tried making him look a bit older, how's it now? I removed the old pics, check for updates on posts below Oh yah, can anyone tell me how to make a plane/poly double sided? So that, for example, u can see the plane from both front and back, and not just one side? And render the mesh with its wire frame? I use MAx5.0. thanks! Last edited by ash; 10-08-2003 at 05:07 PM.. |
|
|
|
|
|
#6 |
|
Can't stay away.
Join Date: Sep 2002
Location: UK
Posts: 2,664
Thanks: 5
Thanked 2 Times in 2 Posts
|
Generally to make a poly visible from the back, you make the material 2-sided. Alternatively, you just mirror a clone of it.
I think this is a good model. All you really need to do it sowrk on the smoothing groups. Polys that turn more than 70 degrees from each other should not really bee in the same group IMO. |
|
|
|
|
|
#7 |
|
Cookiefreak
Join Date: Oct 2002
Location: Lund, Sweden
Posts: 666
Thanks: 0
Thanked 0 Times in 0 Posts
|
Yeah smoothing goups division would make it look even better....Now for that hari thingy. It looks japanese...never soon that on a chinese
!Are u planning on importing it somewhere?
__________________
"Stop looking at me...you cookie freak! |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Oct 2002
Location: Singapore
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
|
hmmm...smoothing groups, i'm a new b and juz started playing with MAX, so i'm not really sure what's that, any tutorials on the web that you would recommend?
|
|
|
|
|
|
#9 |
|
Guest
Posts: n/a
|
If your model is an editable mesh or editable poly model, go to poly sub object & scroll to the bottom of the modify panel. You should see the smoothing groups control panel, with a whole bunch of numbers. You can get max to auto smooth the model for you, but more often than not it will just try to assign one smoothing group to the whole thing, which is what you have now, give or take. As with many things in 3d & computing generally, you should let the software do as little as possible for you really.
Smoothing groups are really simple to use, but to give you more of an idea of what they are, I'll try to explain. All polygons have surface normals. These are mathematical perpendiculars that project outwards from the face of the polygon & basically tells the software which way the polygon is facing. In order to get smooth shading across the surface of a model, (instead of a faceted look,) the software needs to interpolate shading between polygons. With me so far? It uses normals to get the information needed for the shading algorithm to interpolate the shading & get the smooth look. You can assign your own smoothing groups to models to help define areas or to introduce lighting discontinuities. Why would you want to do that? Well for high poly models it's not needed as much, if at all where you can simply model in more detail, but for realtime models, it's a good way of appearing to have more detail on a model by defining certain areas without having to add any more polys. Say you have a sphere and you want to create a crease along its equator line. You can't model it in & you're not allowed to texture it. By simply selecting the top half in poly sub object mode & giving it one smoothing group (by pressing a number,) and a different one for the lower half, (by pressing another number,) you will get that lighting discontinuity, making a crease. (actually in this case you would select the top half and see what number it already has (it will show up as pressed,) and then only select the bottom half & reassign.) Great you think, but how is that useful for a character? Well you can give the eyeballs a group and the face another, defining the eyes from the face. Or you could take it further and create seperate groups for the eyelid rims, the eyes, the inside of the nostrils etc etc. The great thing about max is that you can have a large amount of smoothing groups, (I've never needed to use all the numbers,) rather than say, maya which only has the option to make edges soft (smoothed) or hard. Also, it doesn't matter what numbers you choose as long as they are different. You can have the face as group 1 and the eyes as group 23 if you like, it doesn't really matter, although logical progression is probably best. You can also select groups of polys by their smoothing group, which can be very handy. The general rule of thumb though is to have as few smoothing groups on a model as possible, but never less than 3. I can't remember where I read that - possibly Paul Steed's book, but I use it. It is just a rule of thumb though, so feel free to experiment. The way to keep the number of groups down is to look & see if you really need another group or if you can reuse an old one. To make a cube with all sides unsmoothed for example, you would only need 3 groups, not 6. Try it & you'll see - give opposire faces the same number, (top & bottom group 1 for example,). as long as you don't have two groups of the same number touching it'll work. So working from that you would make both eyes group 1, the face group 2 and then if you wanted to make the lips stand out, you could make the top lip group 1 (it's not directly touching the eyes so it won't smooth with them, but it is a different number to the face,) & then the bottom lip group 3 to distinguish it from the face & top lip as well. Using this method you should be able to go round the entire model, defining areas, (eyes, lips, hair, ends of sleeves, soles of feet etc) using 3-5 groups total. Hope this helps. As for the model, I like it a lot, but I think the neck should be longer & thinner & the head should be slightly larger. |
|
|
|
#10 |
|
Registered User
Join Date: Oct 2002
Location: Singapore
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
|
Whoah! thanks for the detailed explanation Mike! It was very helpful!
I'll experiment with smoothing groups and post an update with textures (hopefully...) as soon as possible. Thanks again guys! |
|
|
|
|
|
#11 |
|
Registered User
Join Date: Oct 2002
Location: Singapore
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
|
Phew...school started and i've been very busy. Anyway, here's a little update. Played with smoothing groups and UVW mapping, oh, and skylight (I just love it!!).
The texture is temporary, its just for learning how to use UVW mapping. ![]() |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Oct 2002
Location: Singapore
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
|
woo hoo! posed him, a refreshing change from the "T" pose.
I must say, I'm very impressed with character studio! It only took me a while to setup the biped and posed him and he deform quite well too (still have to do some tweaking though...) I used to spend hours and hours on rigging in lightwave to get a good deformation, that totally took all the fun out of animation! ![]() Last edited by ash; 04-08-2003 at 02:58 PM.. |
|
|
|
|
|
#13 |
|
Cookiefreak
Join Date: Oct 2002
Location: Lund, Sweden
Posts: 666
Thanks: 0
Thanked 0 Times in 0 Posts
|
Yup...character studio is highly intuitive, user frienly and most of all...GOOD!!
__________________
"Stop looking at me...you cookie freak! |
|
|
|
|
|
#14 |
|
Registered User
Join Date: Oct 2002
Location: Singapore
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
|
Ok, I'm out of ideas, could'nt think of a weapon for him...I was thinking of a sword, but that's too "normal", not exciting enough, or a huge sword, but that would be too common as well (like the character from Final fantasy 7).
So, anyone have any ideas for a cool weapon? ![]() |
|
|
|
|
|
#15 |
|
Registered User
|
http://www.fas.org/man/dod-101/sys/land/oicw-001_s.jpg
that's uncommon, but totally unrealistic so what... realism is common, u'll have to deal with that i think ![]() |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|