Difference between revisions of "VertexNormal"

From polycount
Jump to: navigation, search
(Editing Normals: Face Weighted Normals)
(Editing Normals: Weighted Vertex Normals)
Line 41: Line 41:
 
* If you use Detach to create a new Element in the same object, the detached element's vertex normals will be reset.
 
* If you use Detach to create a new Element in the same object, the detached element's vertex normals will be reset.
 
* If you add an Edit Normals modifier and make the normals Explicit, then go below it in the modifier stack and Detach as an Element, the normals will be preserved. This works with Editable Mesh, Edit Mesh, Editable Poly, and Edit Poly.
 
* If you add an Edit Normals modifier and make the normals Explicit, then go below it in the modifier stack and Detach as an Element, the normals will be preserved. This works with Editable Mesh, Edit Mesh, Editable Poly, and Edit Poly.
 +
  
 
==== AverageNormal MAXScript ====
 
==== AverageNormal MAXScript ====
Line 50: Line 51:
  
  
==== GetVertNormalsFromFace MAXScript ====
+
==== GetVertNormalsFromFaces MAXScript ====
[[file:GetVertNormalsFromFace_0_2.ms.zip|GetVertNormalsFromFace]] by [http://www.illusioncatalyst.com/ Enrico 'SyncViewS' Gullotti] is a 3ds Max MAXScript tool that aligns all the vertex normals for the selected faces so they point perpendicular to their polygons. In other words, the same direction as the face normal would be facing. This is similar to the [[#mig_Normal_Tools|mig Normal Tools]] option "Fillet Outside".
+
[[file:GetVertNormalsFromFace_0_2.ms.zip|GetVertNormalsFromFaces]] by [http://www.illusioncatalyst.com/ Enrico 'SyncViewS' Gullotti] is a 3ds Max MAXScript tool that aligns all the vertex normals for the selected faces so they point perpendicular to their polygons. In other words, the same direction as the face normal would be facing. This is similar to the [[#mig_Normal_Tools|mig Normal Tools]] option "Fillet Outside".
  
 
Once installed the script will be under the category ''Normal Tools'', named ''Get Vert Normals from Faces''. It works on Editable Poly objects only, and that must be the active modifier in the modifier stack. If an Edit Normals Modifier is not present, the script will add one right above Editable Poly. It should not mess with Smoothing Groups at all.  
 
Once installed the script will be under the category ''Normal Tools'', named ''Get Vert Normals from Faces''. It works on Editable Poly objects only, and that must be the active modifier in the modifier stack. If an Edit Normals Modifier is not present, the script will add one right above Editable Poly. It should not mess with Smoothing Groups at all.  
Line 58: Line 59:
  
 
See the Polycount forum thread [http://polycount.com/discussion/75753 Editing vertex normals in Max, got scripts?].
 
See the Polycount forum thread [http://polycount.com/discussion/75753 Editing vertex normals in Max, got scripts?].
 +
 +
{| border="1"
 +
|[[image:GetVertNormalsFromFaces.jpg]]
 +
|-
 +
|What GetVertNormalsFromFaces does.
 +
|}
 +
  
 
==== Slide Normal Thief MAXScript ====
 
==== Slide Normal Thief MAXScript ====
Line 71: Line 79:
  
 
The ''Reference Object'' is the model you wish to copy vertex normals from, and the ''Target Object'' is the model that will get its normals bent to match. The two models should be superimposed on one another, the normals on the Target will be bent to match the nearest normals on the Reference. This is similar to the way [[NormalMap]] projection works, the copying is based off location in 3D space. The vertex counts of the two models don't need to match, but both models need to have an Edit Normals modifier applied.
 
The ''Reference Object'' is the model you wish to copy vertex normals from, and the ''Target Object'' is the model that will get its normals bent to match. The two models should be superimposed on one another, the normals on the Target will be bent to match the nearest normals on the Reference. This is similar to the way [[NormalMap]] projection works, the copying is based off location in 3D space. The vertex counts of the two models don't need to match, but both models need to have an Edit Normals modifier applied.
 +
  
 
==== Vertex Normals Stitcher ====
 
==== Vertex Normals Stitcher ====
Line 76: Line 85:
  
 
This script averages vertex normals at the borders (Open Edges). It allows you to smooth surfaces after separating their vertices/edges/faces. For example after detaching faces or splitting edges. It still keeps hard edges if the object has multiple smoothing groups.
 
This script averages vertex normals at the borders (Open Edges). It allows you to smooth surfaces after separating their vertices/edges/faces. For example after detaching faces or splitting edges. It still keeps hard edges if the object has multiple smoothing groups.
 +
 +
 +
==== Weighted Vertex Normals ====
 +
[https://github.com/ByteHazard/wnormals Weighted Vertex Normals] MAXScript by [https://github.com/ByteHazard Martijn Buijs].
 +
 +
This MaxScript generates Weighted Vertex Normals for any arbitrary geometry.
 +
 +
'Weighting' of vertex normals means that each face normal contribution is
 +
scaled by a property of the triangle. This script uses the triangle surface area
 +
and corner angle as influences. The result of this is that a small triangle will
 +
have less influence on shading of its larger neighbor. Likewise, the neighbor
 +
will have larger influence on the shading of the smaller neighbor.
 +
 +
This effect is typically most visible on chamfered boxes, but enhances all types
 +
of geometry. All geometry with proper weighted vertex normals is mathematically
 +
guaranteed to produce more aesthetically appealing shading than the default
 +
3dsmax generated vertex normals.
 +
 +
{| border="1"
 +
|[[image:wnormals.png]]
 +
|-
 +
|Image by [https://github.com/ByteHazard Martijn Buijs].
 +
|}
 +
  
 
==== Exporting Edited Normals ====
 
==== Exporting Edited Normals ====
Line 108: Line 141:
 
|style="color:red;"| no  
 
|style="color:red;"| no  
 
|}
 
|}
 +
  
 
=== Cinema 4D ===
 
=== Cinema 4D ===
Line 119: Line 153:
  
 
* [http://www.okino.com/conv/imp_c4d_selective.htm CINEMA 4D Import Conversion System by Okino Computer Graphics] has in-depth information about vertex normal support in Cinema 4D
 
* [http://www.okino.com/conv/imp_c4d_selective.htm CINEMA 4D Import Conversion System by Okino Computer Graphics] has in-depth information about vertex normal support in Cinema 4D
 +
  
 
=== Maya ===
 
=== Maya ===
Line 130: Line 165:
 
|"Transfer Attributes" in Maya can be used to copy vertex normals from a dome to a tree.<br/>Select the dome, then the tree, then choose Mesh > Transfer Attributes, and enable only Vertex Normals.<br/>Image by [http://polycount.com/profile/callebo 'callebo'].
 
|"Transfer Attributes" in Maya can be used to copy vertex normals from a dome to a tree.<br/>Select the dome, then the tree, then choose Mesh > Transfer Attributes, and enable only Vertex Normals.<br/>Image by [http://polycount.com/profile/callebo 'callebo'].
 
|}
 
|}
 +
  
 
==== mig Normal Tools ====
 
==== mig Normal Tools ====
Line 139: Line 175:
 
|Interface for the mig Normals Tools MEL scripts. Scripts by [http://migugi.net/ Mika Göös].
 
|Interface for the mig Normals Tools MEL scripts. Scripts by [http://migugi.net/ Mika Göös].
 
|}
 
|}
 +
  
 
==== FaceNRMtoVert ====
 
==== FaceNRMtoVert ====
Line 168: Line 205:
  
 
For more info see the Polycount forum thread [http://polycount.com/discussion/comment/1584696/#Comment_1584696 GetVertNormalsFromFace script for maya].
 
For more info see the Polycount forum thread [http://polycount.com/discussion/comment/1584696/#Comment_1584696 GetVertNormalsFromFace script for maya].
 +
  
 
=== Modo ===
 
=== Modo ===

Revision as of 11:25, 4 November 2016

Vertex normals are invisible lines pointing out of a 3D model's surface, at each vertex. The game compares these normals against a light's direction. If the light is directly facing a normal, the surface is brightest there. When a normal is facing away from a light, the surface doesn't get lit by it.

Game artists can manually alter the vertex normals to change the way an in-game mesh is lit, how it renders a reflection, how the fresnel falloff looks, etc. Any lighting effect that uses vertex normals can be tweaked by changing the model's vertex normals.

Some game engines do not import edited vertex normals. Check your engine's documentation, or try a quick test.

What Is a Vertex Normal?

FrostSoft: WHAT ARE VERTEX NORMALS (VNT documentation)

Image by FrostSoft.

Model Seams

Game models are often cut apart into different segments, for example to allow a player to customize their character by swapping out different clothing models.

When a contiguous mesh is cut apart, the vertex normals along the edge usually change. Vertex normals are usually calculated automatically by the modeling software, to average out the local surface curvature. However this causes a shading seam along the cut, because the two models now have different vertex normals along their shared edge.

To help hide this artifact, the seams between the pieces are usually cut along natural seams, like the belt line, shoulders, neck, wrists. This doesn't hide all of the seams though.

Bent vertex normals can be used to hide these seams completely, by manually averaging the two models' edges together.

Smoother Shading

See Face weighted normals.

Bending normals on bevelled models.
From the tutorial Shading techniques Superspecular soft edges
Image by Paolo Oliverio

Normal Mapping

Vertex normals have a strong influence on tangent-space Normal maps. Some game engines require a bit more geometry near areas that have a lot of change in angle (hard corners, etc.) otherwise the vertex normals fight with the normal map and create shading errors. Careful Topology can minimize or avoid these errors altogether.

Editing Normals

3ds Max

Vertex normals can be manually bent in 3ds Max by using the Edit Normals modifier. See the 3ds Max 2011 online help.

Vertex normals can also be modified by using Smoothing Groups, as long as the normals have not been edited by the Edit Normals modifier beforehand. See the Smoothing Groups Tutorial by Ben "poopinmymouth" Mathis.

Edited vertex normals are somewhat fragile in 3ds Max, they can be lost easily:

  • If you take an Editable Mesh model, activate Attach, and try to attach an Editable Poly to it, the vertex normals of the Poly model will be reset. However using Attach in an Editable Poly model will work fine.
  • If you Attach multiple meshes together, make sure each has at least one edited normal. Meshes without edited normals will have their vertex normals jumbled.
  • If you Attach models that have been rotated, make sure to use Reset Xforms on them first. Attaching a rotated model to another will skew all its edited normals.
  • If you use Detach to make a new Object, the detached object's vertex normals will be reset.
  • If you use Detach to create a new Element in the same object, the detached element's vertex normals will be reset.
  • If you add an Edit Normals modifier and make the normals Explicit, then go below it in the modifier stack and Detach as an Element, the normals will be preserved. This works with Editable Mesh, Edit Mesh, Editable Poly, and Edit Poly.


AverageNormal MAXScript

File:AverageNormal.mcr.zip by Mathieu 'zOffTy' Jacquin is a 3ds Max MAXScript tool that averages all the vertex normals for the selected faces, so they all point the same direction.


Face Weighted Normals MAXScript

Face Weighted Normals by Juan 'monster' Martinez is a 3ds Max MAXScript tool that selectively aligns the vertex normals for the largest polygons on a mesh. This means the smaller polygons act as the transition areas because usually the smaller polygons are thin bevels.


GetVertNormalsFromFaces MAXScript

File:GetVertNormalsFromFace 0 2.ms.zip by Enrico 'SyncViewS' Gullotti is a 3ds Max MAXScript tool that aligns all the vertex normals for the selected faces so they point perpendicular to their polygons. In other words, the same direction as the face normal would be facing. This is similar to the mig Normal Tools option "Fillet Outside".

Once installed the script will be under the category Normal Tools, named Get Vert Normals from Faces. It works on Editable Poly objects only, and that must be the active modifier in the modifier stack. If an Edit Normals Modifier is not present, the script will add one right above Editable Poly. It should not mess with Smoothing Groups at all.

Go into Face sub-object level, make a face selection and run the script. Every time a normal is modified by the script, it is made Explicit to retain the modifications. At the end the script will switch back to the base Editable Poly modifier and re-enter Face sub-object level (even if other modifiers are present in the stack). If you want to revert back to the original default normals, add an Edit Normals Modifier and reset the normals.

See the Polycount forum thread Editing vertex normals in Max, got scripts?.

GetVertNormalsFromFaces.jpg
What GetVertNormalsFromFaces does.


Slide Normal Thief MAXScript

SlideNormalThief by the studio Slide London is a 3ds Max MAXScript tool that projects vertex normals from one model to another, automating what would otherwise be a tedious manual process.

SlideNormalThief UI.png
Interface for the SlideNormalThief MAXScript. Script by Slide London.

The script is based on a much-slower script called NormalThief.ms written by Mauricio B. Gehling.

The Reference Object is the model you wish to copy vertex normals from, and the Target Object is the model that will get its normals bent to match. The two models should be superimposed on one another, the normals on the Target will be bent to match the nearest normals on the Reference. This is similar to the way NormalMap projection works, the copying is based off location in 3D space. The vertex counts of the two models don't need to match, but both models need to have an Edit Normals modifier applied.


Vertex Normals Stitcher

This script averages vertex normals at the borders (Open Edges). It allows you to smooth surfaces after separating their vertices/edges/faces. For example after detaching faces or splitting edges. It still keeps hard edges if the object has multiple smoothing groups.


Weighted Vertex Normals

Weighted Vertex Normals MAXScript by Martijn Buijs.

This MaxScript generates Weighted Vertex Normals for any arbitrary geometry.

'Weighting' of vertex normals means that each face normal contribution is scaled by a property of the triangle. This script uses the triangle surface area and corner angle as influences. The result of this is that a small triangle will have less influence on shading of its larger neighbor. Likewise, the neighbor will have larger influence on the shading of the smaller neighbor.

This effect is typically most visible on chamfered boxes, but enhances all types of geometry. All geometry with proper weighted vertex normals is mathematically guaranteed to produce more aesthetically appealing shading than the default 3dsmax generated vertex normals.

Wnormals.png
Image by Martijn Buijs.


Exporting Edited Normals

Edited vertex normals can be exported from 3ds Max with some file formats:

File Format Supports Edited Normals?
3DS no
ASE yes
CGF (CryEngine)  ?
Collada no
FBX yes
OBJ yes
PSK (Unreal Engine) no
WRL (VRML) no


Cinema 4D

Vertex Normal Tool plugin for Cinema 4D. Image by FrostSoft.

  • Add Normals plugin explicitly creates the Normals Tag for each vertex, allowing the export (but not editing) of explicit normals.


Maya

Vertex normals can be adjusted in Maya by using the Normals tools in the Polygons menu (Maya 2011 online help).

Vertex normals can also be baked from one model to another by using Transfer Attributes.

Maya transferattributes.jpg
"Transfer Attributes" in Maya can be used to copy vertex normals from a dome to a tree.
Select the dome, then the tree, then choose Mesh > Transfer Attributes, and enable only Vertex Normals.
Image by 'callebo'.


mig Normal Tools

The mig Normal Tools is a collection of MEL scripts for editing vertex normals in Maya.

MigNormalToolsUI.png
Interface for the mig Normals Tools MEL scripts. Scripts by Mika Göös.


FaceNRMtoVert

"passerby" wrote a melscript that does a similar function as the GetVertNormalsFromFace maxscript.


#!highlight csharp
global proc FaceNRMtoVert() {


    string $Fs[] = `filterExpand -sm 34`;
    select -cl;
    for ($F in $Fs) {
        select -r $F;
        string $normals[] = `polyInfo -faceNormals`;
        string $buffer[];
        tokenize $normals[0] $buffer;
        
        float $plane[3];
        $plane[0] = $buffer[2];
        $plane[1] = $buffer[3];
        $plane[2] = $buffer[4];  
        PolySelectConvert 3;
        polyNormalPerVertex -xyz $plane[0] $plane[1] $plane[2];
        }
}


For more info see the Polycount forum thread GetVertNormalsFromFace script for maya.


Modo

Chai bentnormals.jpg
Baking normals in modo, using the pipelineIO plugin.
Image by Ariel Chai.

More Information


Personal tools
Namespaces

Variants
Actions
Navigation
Tools