So I've been working on a assignment for my internship, and I have to turn some 2d icons in 3d which is al fun and games.
But I need to render these models to have a low dynamic colour range (Only darker on edges of the model)
I'm pretty new to using rendering techniques. So I have a hard time figuring this out.
http://i.imgur.com/n2DfbsX.png
On the left is the actual render with lighting used, and the other one is a render with standard skylight.
But with skylight i'm not getting any shadows that I can use for my model.
Replies
Set the color to whatever you need.
Set the self illumination to a falloff shader.
Set the front to white, back to black, falloff to fresnel or whatever looks good.
it will ramp the opacity down along the surface normal and should result in a fairly flat lighting look that will shade darker as the surface turns away from the camera.
Its hard to tell if that's actually what you're looking for without knowing your target end result.
This is done with a shadow casting spotlight above and to the right. A white surface under the model, and global illumination for the bounce lighting under the car. You don't need a Skylight for this example.