ATI nmf Exporter        
Print

Tip_icon.png Project discontinued. The download addresses are invalid. Please add a valid download link if you know one.

ATI_nmf_Exporter.png
Author: Jeff 'NFZ' Doyle
Project: External Project
Type: Python Script
Documentation: Help page(external link)
Sources: neuralfuzz.com(external link)
Status and bug reports: OGRE Forum Thread


The exporter is a python script that converts Blender meshes to a special file format called .nmf so that the mesh can be loaded into ATI's normal mapper utility. The normal mapper takes a high polygon count mesh and a low polygon mesh and genenerates a normal map either in tangent space or object space. You can then use the normal map along with your favourite normal map shader and apply it to the low poly mesh in Ogre to make it look as detailed as the high poly mesh.

The script includes a GUI so that you can configure the settings for the normal mapper within blender and then build the normal map while you continue to work within Blender. Included in the zip download is a modified version of the normal mapper (including source code) that supports more image formats by incorporating the use of the Devil Image library. Now supported are png, jpg, bmp, and of course tga and all others supported by Devil. There is a bug with using bump maps in ATI's normal mapper which generated inverted normal vectors for the bump map. This has been fixed in the modified version. So its strongly recommended to use the modified version included in the download.


Contributors to this page: jacmoe111451 points  and OgreWikiBot .
Page last modified on Thursday 24 of December, 2009 15:35:58 GMT by jacmoe111451 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.