Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Red Orchestra: Ostfront 41-45 Forums > Red Orchestra Modifications > 3D And Animation

Reply
 
Thread Tools Display Modes
  #1  
Old 08-31-2006, 11:40 AM
sethodie sethodie is offline
Junior Member
 
Join Date: Aug 2006
Posts: 22
sethodie is on a distinguished road
Default Some ideas about wheel optimalization

Hi,

I am busy doing my daily work and has not to much time to work on Puma .

Here is a little post about some ideas about wheel optimalization. My Puma model has 8 big wheels and they has consumed a lot of polygons. So I have decided to optimaze them:

Front of the wheel:



I have separated the cup and joined vertexes of the tyre (changing quads to triangles). Then I have moved cup to the starting position.

back of wheel:



I have made simillar operation, but now I have exchanged 8-sided central part with simple quad, that I have put inside the wheel.

I will UV map this parts of wheel using planar projection, so everything should work fine.


In this way I have started with 204 triangles per wheel and after this optimalization I have ended with 176. It gives 28 spare triangles. Maybe it is not too much but Puma has 8 wheels - it gives 224 spare triangles
This method may give even better results in tank with 12-16 wheels.

Let me know what you think about it.

Cheers,
sethodie
Reply With Quote


  #2  
Old 08-31-2006, 12:05 PM
[TW]DrGuppy's Avatar
[TW]DrGuppy [TW]DrGuppy is online now
Tripwire Interactive Staff
 
Join Date: Nov 2005
Location: Roswell, Georgia
Posts: 999
[TW]DrGuppy is on a distinguished road
Default

Whoa... I thought I was the only one who used cones instead of cylinders wherever possible. Good work! If you save 200 polys in one place you can spend them in another which can really help the look of your model.
__________________

Maps: RO-Leningrad / CC-Ardon / RO-FallenHeroes / KF-MountainPass_Day/Night
Current Side Projects: Renegade-X
Reply With Quote


  #3  
Old 09-01-2006, 03:46 AM
Kampfduck Kampfduck is offline
Junior Member
 
Join Date: Jan 2006
Location: Netherlands
Posts: 24
Kampfduck is on a distinguished road
Default

very smart indeed!
__________________

85 eme, fusilier de la grande armee
Reply With Quote


  #4  
Old 09-01-2006, 07:52 AM
DingBat's Avatar
DingBat DingBat is offline
Senior Member
 
Join Date: Nov 2005
Posts: 751
DingBat is on a distinguished road
Default

Nice idea, well thought out.

The only possible problem I could see is that 3d engines might like polies more than triangles. I'm not knowlegible enough to be able to say if that might be an issue or not.
Reply With Quote


  #5  
Old 09-01-2006, 07:57 AM
sethodie sethodie is offline
Junior Member
 
Join Date: Aug 2006
Posts: 22
sethodie is on a distinguished road
Default

Quote:
Originally Posted by DingBat View Post
Nice idea, well thought out.

The only possible problem I could see is that 3d engines might like polies more than triangles. I'm not knowlegible enough to be able to say if that might be an issue or not.

You are not right. Before exporting mesh to 3D engine you have to triangulate it.
Reply With Quote


  #6  
Old 09-01-2006, 07:59 AM
DingBat's Avatar
DingBat DingBat is offline
Senior Member
 
Join Date: Nov 2005
Posts: 751
DingBat is on a distinguished road
Default

Quote:
Originally Posted by DrGuppy View Post
Whoa... I thought I was the only one who used cones instead of cylinders wherever possible. Good work! If you save 200 polys in one place you can spend them in another which can really help the look of your model.
What do you mean by this, Gups? Isn't a cylinder just a truncated cone?
Reply With Quote


  #7  
Old 09-01-2006, 10:24 AM
UncleDrax's Avatar
UncleDrax UncleDrax is online now
Senior Member
 
Join Date: Oct 2005
Location: Florida, USA
Posts: 1,263
UncleDrax is on a distinguished road
Default

Quote:
Originally Posted by DingBat View Post
What do you mean by this, Gups? Isn't a cylinder just a truncated cone?
On a cone, you pretty much immediately loose 1/2 the triangles over the length (since the sides of cones are usually triangles by nature), and you don't have to deal with 1 of the ends inside of 2.

In doing the KV-2 turret, I noticed that the tripwire cannons aren't cylinder bores, but rather conical ones.. so that was part of the revision I did.
Of course if you aren't doing it for low-poly in-game, then you can use whatever you want ;]
Reply With Quote


  #8  
Old 09-01-2006, 03:37 PM
Chernuk Chernuk is offline
Senior Member
 
Join Date: Apr 2006
Posts: 161
Chernuk is on a distinguished road
Default

I can't make out what the 'back of the wheel' diagram is illustrating. Anyone want to help me out?
Reply With Quote


  #9  
Old 09-02-2006, 05:42 AM
worluk's Avatar
worluk worluk is online now
Senior Member
 
Join Date: Nov 2005
Posts: 1,978
worluk is on a distinguished road
Default

left(top and botton) = old
right = new

top = standard
bottom = triangulated

Its to emphsize how many triangles you save imo.
Reply With Quote


  #10  
Old 09-02-2006, 07:17 AM
sethodie sethodie is offline
Junior Member
 
Join Date: Aug 2006
Posts: 22
sethodie is on a distinguished road
Default

Quote:
Originally Posted by worluk View Post
left(top and botton) = old
right = new

top = standard
bottom = triangulated

Its to emphsize how many triangles you save imo.
That's what I wanted to say. Thanks worluk
Reply With Quote


  #11  
Old 09-03-2006, 11:20 AM
FlashPanHunter FlashPanHunter is offline
Senior Member
 
Join Date: Oct 2005
Posts: 334
FlashPanHunter is on a distinguished road
Default

Quote:
Originally Posted by UncleDrax View Post
On a cone, you pretty much immediately loose 1/2 the triangles over the length (since the sides of cones are usually triangles by nature), and you don't have to deal with 1 of the ends inside of 2.

In doing the KV-2 turret, I noticed that the tripwire cannons aren't cylinder bores, but rather conical ones.. so that was part of the revision I did.
Of course if you aren't doing it for low-poly in-game, then you can use whatever you want ;]
Or what you can do for the bore is have it terminate at a triangle or a square. It's a good blend of the two, helpful if you're cutting down polies in the place where the player can see down the barrel.
Reply With Quote


  #12  
Old 09-05-2006, 01:05 PM
Chernuk Chernuk is offline
Senior Member
 
Join Date: Apr 2006
Posts: 161
Chernuk is on a distinguished road
Default

Gah! I suddenly see it - the nice pie-like arrangement of triangles. Thanks Worluk.
Reply With Quote


Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:23 PM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2009, Tripwire Interactive, LLC