c172p-team / c172p

A high detailed version of the Cessna 172P aircraft for FlightGear
GNU General Public License v2.0
80 stars 43 forks source link

Back side of the propeller should be black #157

Closed gilbertohasnofb closed 9 years ago

gilbertohasnofb commented 9 years ago

by tigert:

The propeller tip stripe and the sticker in the propeller, at least in the OH-CTL livery, only appear in the front side of the blades. The backside is black, to avoid flickering and glare especially when flying away from the sun. The frontside has the stripe, to make the spinning prop more visible for people on the ground when taxiin etc, so people don't accidentally walk into a spinning propeller. So from the cockpit, it should be just black / dark gray blades. When the prop has a lot of hours after maintenance, the paint might have worn out due to rocks marks etc from flying into gravel runways and water splashes. Many times the mechanic seems to have a can of matt black spraypaint around to paint over the dents, so it is not so disturbing in flight.

If all liveries should have a completely black propeller in the back, we have two solutions: we can make the propeller 3D object black and make it untexturized in the cockpit side for all liveries (cheapest and fastest solution), or have two propeller images in the livery files, one for the front and one for the back, for each livery. Personally, I think we can first try the untexturized and cheap solution and to see how it looks. If it doesn't work, then I can do something like this for all liveries: http://s15.postimg.org/qjy4iu17v/fuselage.png

What do you say?

onox commented 9 years ago

@gilbertohasnofb What's the best looking solution and can it be fixed this week?

gilbertohasnofb commented 9 years ago

@onox this should be a very easy fix for someone who knows Blender. Simply make the whole propeller object black and remove the texture mapping in the back of the propeller. While at it, maybe we could also check #159.

gilbertohasnofb commented 9 years ago

@wlbragg do you think you could give us a hand with this? I tried having a look at it myself, but I still can't wrap my head around Blender... :cry:

onox commented 9 years ago

Can we just move all this 3D modeling stuff to 3.8 instead?

gilbertohasnofb commented 9 years ago

I would still like to leave this one in particular opened. This is really such an easy fix for someone who knows Blender that I still think we can fix this before our deadline. Let's say if until tomorrow we don't have this done then we close it, would that be fine?

wlbragg commented 9 years ago

Yes, let me look at it.

gilbertohasnofb commented 9 years ago

@wlbragg thanks a lot!

gilbertohasnofb commented 9 years ago

and by the way, if you need a texture for the backside of the propeller for any reason, I can prepare it in literally 5 minutes.

onox commented 9 years ago

Ok, just make sure the .ac file gets properly exported.

wlbragg commented 9 years ago

Yes, sir. It may be late tonight before I have anything to show.

wlbragg commented 9 years ago

Also I went ahead and downloaded the new version of Blender because it was definitely going to be a problem trying to use the older version now that it was saved with a newer version. All modelers need to beware.

This is beyond my current abilities. Onox, I don't think it is quite as easy as you indicated :sob: Or I really don't understand how texturing works and what you can do in blender. I can't (or don't know how) to change the material color of just the back side of the propeller, it changes the entire propeller. And if I remove the uv map of the back side it still keeps the material color. Maybe if the uv map of the back side of the propeller was mapped over a black texture? But I kind of tried to do that by moving the uv mappings of the back of the propeller to a black part of the fuselage.png texture. It still picked up the gray color of the assigned material. I would like to know how this all works, but unfortunately don't.

gilbertohasnofb commented 9 years ago

This is beyond my current abilities.

No problems, so let's move this to 3.8 feature freeze and later we can ask @Juanvvc or @dg-505 if they could give us a hand.

gilbertohasnofb commented 9 years ago

@wlbragg I was thinking about this issue and I think it's better to create a black texture and add to the back of the propeller instead of making it untexturized (we already saw the plethora of problems that untexturized objects can cause). So if I create a texture for the back side of the propeller would you give me a hand applying it?

gilbertohasnofb commented 9 years ago

I created a new branch bug-157 and added new textures to all fuselages (and paintkit as well) containing the back of the propeller. See:

fuselage

wlbragg commented 9 years ago

So if I create a texture for the back side of the propeller would you give me a hand applying it?

I'll see what I can do!

wlbragg commented 9 years ago

See Bug 157 #433