I'm having problems with normals in maya.
I'm following 3ds max tutorial, where guy is creating poly plane to use it for grass later on.
The thing is, he rotates vertex normals, so that all vertex normal are positioned upwards. This way, he gets same shading on both sides.
I'm trying to replicate this in maya, with no luck. I enabled both vertex and face normals in viewport, then i use set vertex normal tool to point them upwards. And indeed, vertex normals ARE poting upwards.
The problem is, i'm still getting one side way darker then the other. And when i check face normals, they are not rotated together with vertex normals, so maybe that is the problem.
In any case, how can i achive this in maya, that if i have vertical poly plane, and rotate vertex noraml upwards, that i have same shading on both sides. Seems to easily work in 3ds, so no idea why is it not working in maya....
Replies
My "Solution" which isn't much of one, but helps me to preview that things are shading correctly:
I select all the pieces of foliage (grass in your case), and group them together.
Turn on backface culling.
Then duplicate the group and reverse all the normals.
At this point it should shade like what you were seeing in Max.
The downside to this is if you merge everything together, it is a nightmare to delete the duplicated group.
Funny, that is actually the tutorial series i was look at, but i'm at the part where he is still in 3ds max.
Well, what you say sounds cool, as long as i know it is properly shaded.
While i get the udk part, i'm still not sure, did he use in 3ds max any special tricks, or does 3ds max just works diffrently then maya, and when you set normals up, it actually shades same on both sides?
--edited--
@tristamus
It works in one face, but the other side is black. changing normal affects one side, but seems like opposite side is always darker no matter what.
I just tried m4dcow's suggestion, and if i have 2 separate planes, but with same normal rotation, then both faces are same (even though one has opposite direction).
But if it's just one polygon, then no matter what i do, one side is always darker.
He didn't really use any tricks to my recollection, but when he brings it into UDK, it shades dark on the backfaces and he does a custom lighting model that fixes it.
In UDK some people just say to use the "MLM unlit" lighting model, but then you lose all shading information which doesn't look the greatest.
the solution is on the last page
Tnank everyone for really quick help, i must say!