|
created Old car wreck - WIP
on 02-03-2008 12:46 PM
I've been working on this car for a couple of days. It's for my Unreal mod. I'm planning on using it as a dynamic object that can react to explosions, collisions and stuff like that.
At the moment it has abaut 3000 tris. I'd like to know if that's already too much or can I put more detail in it. There's propably going to be something like 10 cars at the same time in my mod.

|
, null,
24 Posts,
Join Date Jan 2008,
|
created Re: Old car wreck - WIP
on 02-03-2008 01:15 PM
Sounds like a cool prop.
I haven't used unreal so I'm not sure what poly counts, ect... you should be aiming for. However I do alot of game models for Doom3 right now, it can handle tons of polys but still fewer is better.
With that said i think you should probably optiiize and get it down closer to 1000. the roof (inside especially) and outside could come down, the trunk and hood could be alot lower. Keep the siluette close and get rid of wasted polys that don't contribute to the shape much.
use those polys for details like grill and headlights.
use simple two sided polys to add windows, would be cool to see them cracked, or cracked when hit...
You could add a simple steering wheel and use an alpha plane for the 'spokes', ect...
Great at starting projects...
|
, polycounter,
1,107 Posts,
Join Date Jun 2007,
|
created Re: Old car wreck - WIP
on 02-03-2008 01:27 PM
Thanks! Now that you mentioned I realized that it has a butt load of useless polys. I need to get rid of them.
|
, null,
24 Posts,
Join Date Jan 2008,
|
created Re: Old car wreck - WIP
on 02-03-2008 02:28 PM
I'd recommend arranging the polies on your wheels like that.
//edit: and use less than you have now.
|
, polygon,
551 Posts,
Join Date Oct 2004,
Location Norway
|
created Re: Old car wreck - WIP
on 02-03-2008 04:38 PM
Hehe Moskvitch/IZ?
|
, dedicated polycounter,
1,373 Posts,
Join Date Oct 2004,
Location Tallinn, Estonia
|
created Re: Old car wreck - WIP
on 02-03-2008 04:58 PM
it's worth mentioning that is not an absolute rule-if you want to texture a quarter of the circle and rotate the texture you'll need that vert. Depends on if you need to worry about polys or texture space more
|
, Counter of Polys™,
6,435 Posts,
Join Date Dec 2004,
Location Newcastle, uk
|
created Re: Old car wreck - WIP
on 02-03-2008 06:36 PM
[ QUOTE ]
I'd recommend arranging the polies on your wheels like that.
//edit: and use less than you have now.
[/ QUOTE ]
While I somewhat agree with that idea, you can save UV space with the first on, and give the wheel some form of curved shape with the center point.
Live to drive!
Get snailed! : Green with Envy : Mog Rod
|
, veteran polycounter,
3,170 Posts,
Join Date Oct 2004,
Location Cupertino, CA
|
created Re: Old car wreck - WIP
on 02-03-2008 06:58 PM
I agree that the one wiht the center vertex will work better for low poly models and for UV space, however programs like Zbrush will make a mess out of them and the one on the right will work out better. I usually build both for something that needs a normal map.
|
, line,
65 Posts,
Join Date Oct 2006,
Location Minnesota
|
created Re: Old car wreck - WIP
on 02-03-2008 07:18 PM
Not sure if this helps in unreal, but I've seen this in low poly situations. cap the wheel's cylinder with one tri and texture it with the hubcap/tire diffuse map and then alpha out the remainder. 
|
, vertex,
48 Posts,
Join Date May 2006,
Location Kyoto, Japan
|
created Re: Old car wreck - WIP
on 02-03-2008 08:20 PM
with my experiance in Unreal using an opacity texture is almost more taxing then just adding more polys, so I'd go with the polys first.
|
, line,
56 Posts,
Join Date Aug 2007,
|
created Re: Old car wreck - WIP
on 02-03-2008 09:18 PM
That's correct. Saving 100 triangles doesn't mean anything once you throw an alpha map in there. You will generally always run out of texture memory long before your platform chugs due to poly counts.
|
, polygon,
708 Posts,
Join Date Nov 2006,
|
created Re: Old car wreck - WIP
on 02-04-2008 01:09 AM
[ QUOTE ]
At the moment it has abaut 3000 tris. I'd like to know if that's already too much or can I put more detail in it. There's propably going to be something like 10 cars at the same time in my mod.
[/ QUOTE ]
I read somewhere that Unreal 3 has a base guide of 15000-16000 tris per character up close, and 5000-6000 in LOD that will be seen from far away.
|
, vertex,
32 Posts,
Join Date Jan 2008,
|
created Re: Old car wreck - WIP
on 02-04-2008 05:16 AM
[ QUOTE ]
Hehe Moskvitch/IZ?
[/ QUOTE ]
Yeah it's a Moskvitch [img]/images/graemlins/grin.gif[/img]
|
, null,
24 Posts,
Join Date Jan 2008,
|
created Re: Old car wreck - WIP
on 02-04-2008 05:45 AM
Hahahaha, I knew it, but someone else beat me to it lol.
|
, dedicated polycounter,
1,416 Posts,
Join Date May 2006,
Location Asylum
|
created Re: Old car wreck - WIP
on 02-04-2008 06:24 AM
Ok I managed to optimize it quite a bit

|
, null,
24 Posts,
Join Date Jan 2008,
|
created Re: Old car wreck - WIP
on 02-04-2008 07:01 AM
YOu still have way too many edges on your brakes. Should half the amount at least. If your going to leave that open ( ie. no wheel on it ) then you should add some suspension detail.
Kill those edges on the front bumper. Its completely flat. Can't really tell whats going on on the rear window seal. Looks like a lot of wasted tris.
|
, null,
20 Posts,
Join Date Dec 2005,
|
created Re: Old car wreck - WIP
on 02-04-2008 08:41 AM
Yeah transparency can make some games chug. I haven't seen that with Doom3 yet though, it seems to handle that very well and I have used a similar trick to the wheel idea to my benefit making gears that are alot lower poly.
Doom3 can handle tons of polys to, but the real issues arise when multiple light sources hit a tri.
I think you can still kill a ton of polys and not even notice once a good texture is in place.
I think it would be more interesting to put polys into having a door ajar and all the major components in place.
Steering wheel, rear view mirror, lug bolts on the hubs, ect.. instead of just a really smooth curve to the body panels.
Great at starting projects...
|
, polycounter,
1,107 Posts,
Join Date Jun 2007,
|
created Re: Old car wreck - WIP
on 02-04-2008 12:49 PM
Heheh!! Added loads of stuff but still managed to reduce tris. What do you think about the axels?
(IMAGES REMOVED)
|
, null,
24 Posts,
Join Date Jan 2008,
|
created Re: Old car wreck - WIP
on 02-06-2008 01:37 PM
|
, null,
24 Posts,
Join Date Jan 2008,
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Copyright 1998-2012 A. Risch
|