Value

Value

Value is brightness independent of the color you use. If you were drawing a picture that would be the end of it, but in 3D, value is a function of the shape of your object and the lighting ingame, which could come from any different angle.

You can’t control lighting, but the shape of the object is up to you. If computers could draw an infinite amount of polygons you wouldn’t have to worry about anything else, since you could just perfectly describe the surface of any object.

Normals

But we have a limited polygon budget so we rely on normals to make up for it. Normals are just the direction the surface is facing, which by default is straight up from each individual face.

By tweaking these directions you’re “bending” the surface even though its shape hasn’t really changed.

Mood in a single SS13 round can vary wildly, and lighting needs to lend itself to both calm and spooky situations. Under regular conditions, like well lit Medbay or hallways, objects are fairly uniformly lit so normals aren't that big of a deal.

This is intentional as the skill floor for creating new assets shouldn't be high. The exception to this are objects with large at surfaces, which can look pretty different.

Sharp Edges

Sharp edges are hints for Blender to do the normal splitting for you. Setting sharp edges is very easy, just put them down wherever there should be a discontinuity in the surface.

The base of a bolt sticking out of plating, two different materials making up the same surface, or the seam where parts of an object would be welded together.

Some examples: The tubes going into the cryo don’t need it, since sharp edges are used to split continuous meshes and the tubes are separate from the base.

Last updated