Faogen

User Guide

System Requirements

GPU
Shader Model 3 or higher
OS
Windows XP, Vista, 7, 8 or higher

Make sure to use latest video card drivers. Faogen relies on some advanced GPU capabilities and some of the old drivers contain bugs in its implementation.

64-bit version require Windows 7 SP1. Setup program detects your OS version and installs x64 or x32 build automatically.

Supported formats

Faogen 3 loads and saves following 3D formats: Wavefront OBJ, Autodesk FBX, 3DStudio 3DS, Collada DAE and AutoCAD DXF. Baked AO textures can be saved as 8-bit PNG or TGA grayscale images. Future versions will include support for saving to HDR image formats. Also, AO texture can be copied to system clipboard and pasted directly into image-authoring program.

AO baking modes

AO can be baked into texture or into per-vertex color channel.

Overlapping UVs

Many 3d models contain symmetrical (or repeated) parts, which can share same UV coordinates to save texture space. Usually, baking of ambient occlusion (or any other surface parameters) into such textures produces unwanted artifacts when overlapped parts simultaneously write into same portion of texture.

Faogen 3 adds special support for baking texture AO for objects with overlapping parts by averaging their input into final image.

Here is a small video to demonstrate this feature:

This skate model have left and right wheels and left and right trucks halves sharing same texture space. And baked result looks as good as with unique texture coordinates for every part of the model.

Command-line support

FaogenBatch is a command-line utility for automating process of ambient occlusion baking. It is fully compatible with FaogenBatch from Faogen versions 2 and below so all exisiting scripts will work with new version.

faogenbatch.exe is located in Faogen 3 installation folder (usually C:\Program Files\Faogen 3)

Command-line arguments:

Example:

faogenbatch.exe -i i1.obj -i i2.obj -o o.obj -q 30 -width 1024 -height 1024

or

faogenbatch.exe -i i1.obj -i i2.obj -o o.obj -fao mypreset.fao

3dsmax integration

There is a maxscript file for automating per-vertex AO baking, see faogen_vertex_ao.ms file in Faogen 3 installation folder. You can place it in /scripts folder in your 3dsmax location. For correct script operation Faogen should be configured to export per-vertex AO as Vertex Color in Faogen Settings dialog.

comments powered by Disqus