原地址:http://game.ceeger.com/Components/FBXImporter-Model.html

The Import Settings for a model file will be displayed in the Model tab of the FBX importer inspector when the model is selected. These affect themesh, it's normals and imported materials. Settings are applied per asset on disk so if you need assets with different settings make (and rename accordingly) a duplicate file.

当一个模型被选择的时候,我们在FBX importer inspector面板的Model选项卡下将看到这个模型的导入设置选项。这些选项将影响到模型的网格、法线,以及导入的材质。这些设置将实际作用于磁盘上的文件,所以,如果你想对一个文件使用不同的设置,请复制它并且改名。

Although defaults can suffice initially, it is worth studying the settings glossary below, as they can determine what you wish to do with the game object.

尽管默认设置已经能满足一般要求,阅读下面的说明将会让你更容易的。

Some general adjustments to be made for example might be:

例如一些一般性的调整可能是:

  • Scale - this scale factor is used for compensating difference in units between Unity and 3d modeling tool - it rescales whole file. If you do not care about units you can simply set it to 1. 
    Scale缩放系数:这里的Scale Factor是为了补偿unity和其它三维建模软件间的单位差异-它将缩放整个模型,如果你不关心单位的话,你可以简单的将它设定为1。
  • Generate colliders - this will generate a collison mesh to allow your model to collide with other objects - see notes below. 
    Generate colliders生成碰撞:这将赋予网格碰撞属性,使你的模型可以与其它物体产生碰撞-参见下面的介绍
  • Material Naming and Search - this will help you automatically setup your materials and locate textures 
    Material Naming and Search材质命名和搜索:有助于自动设定模型上依附的材质和贴图


FBX Importer Inspector: Model tab
FBX 导入器检视窗口:Model选项卡

  • Meshes
    网格
  • Scale Factor 缩放系数
    Unity's physics system expects 1 meter in the game world to be 1 unit in the imported file. If you prefer to model at a different scale then you can compensate for it here. defaults for different 3D packages are as follows .fbx, .max, .jas, .c4d = 0.01, .mb, .ma, .lxo, .dxf, .blend, .dae = 1 .3ds = 0.1
    Unity的物理系统默认游戏世界中的一米等于导入的文件中的一个单位。如果你喜欢用不同的大小单位建模,在这里可以得到校正补偿。一些常见的3D文件格式Scale Factor的默认值:fbx, .max, .jas, .c4d = 0.01,.mb, .ma, .lxo, .dxf, .blend, .dae = 1 .3ds = 0.1。
  • Mesh Compression 网格压缩
    Increasing this value will reduce the file size of the mesh, but might introduce irregularities. It's best to turn it up as high as possible without the mesh looking too different from the uncompressed version. This is useful for optimizing game size.
    增大这个值将减小网格体的文件大小,但有可能导致网格出现错误。在网格看起来和没压缩前没有太大区别的前提下,最好将这个值调到尽可能大。这将有助于优化游戏optimizing game size
  • Read/Write Enabled
    读/写 启用
    Enables the mesh to be written at runtime so you can modify the data - makes a copy in memory.
    使模型可被实时读写,这样你就可以修改数据 – 在内存中制作一个拷贝。
  • Optimize Mesh 优化网格
    This option determines the order in which triangles will be listed in the mesh.
    此项确定三角形在网格列出的顺序。
  • Import BlendShapes 导入混合图形
    Disable this if your file contains BlendShapes and you don't want them to be imported.
    如果你的文件包含BlendShapes并且你不希望它们被导入,禁用此项。
  • Generate Colliders 生成碰撞
    If this is enabled, your meshes will be imported with Mesh Colliders automatically attached. This is useful for quickly generating a collision mesh for environment geometry, but should be avoided for geometry you will be moving. For more info see Colliders below.
    如果勾选,模型在导入时将自动加上Mesh Colliders。在导入环境静态物体时可以让其快捷的产生碰撞,但不要对场景中的移动物体使用这个选项。更多信息参见下面的Colliders
  • Swap UVs 
    交换UV
    Use this if lightmapped objects pick up the wrong UV channels. This will swap your primary and secondary UV channels.
    如果你的光照烘焙贴图识别了错误的UV通道,勾选这个选项。以交换第一和第二UV通道。
  • Generate Lightmap
    生成光照贴图
    Use this to create the second UV channel to be used for Lightmapping.
    使用这个选项产生用于光照贴图的第二UV通道。
  •     Advanced Options 高级选项
  • Normals & Tangents
    法线和切线
  • Normals 法线
    Defines if and how normals should be calculated. This is useful for optimizing game size.
    定义是否以及如何计算法线,有助于优化游戏optimizing game size
  •     Import 导入
    Default option. Imports normals from the file.
    默认选项,从文件导入法线。
  •     Calculate 计算
    Calculates normals based on Smoothing angle. If selected, the Smoothing Angle becomes enabled.
    依照Smoothing angle计算法线,选择后Smoothing angle激活。
  •     None 无
    Disables normals. Use this option if the mesh is neither normal mapped nor affected by realtime lighting.
    禁用法线。如果模型既没有法线投射,也不被实时光照影响。
  • Tangents 切线
    Defines if and how tangents and binormals should be calculated. This is useful for optimizing game size.
    定义是否以及如何计算切线,有助于优化游戏optimizing game size
  •     Import 导入
    Imports tangents and binormals from the file. This option is available only for FBX, Maya and 3dsMax files and only when normals are imported from the file.
    从文件中导入切线和双法线,只有文件格式是FBX、Maya 和 3dsMax时,并且法线已从文件中导入后,这个选项才可用。
  •     Calculate 计算
    Default option. Calculates tangents and binormals. This option is available only when normals are either imported or calculated.
    默认选项,计算切线和双法线,只有当法线已从文件中导入或计算后,这个选项才可用。
  •     None 无
    Disables tangents and binormals. The mesh will have no Tangents, so won't work with normal-mapped shaders.
    关闭切线和双法线,网格将不具有切线,因此将不支持法线贴图着色渲染器。
  • Smoothing Angle 平滑角度
    Sets how sharp an edge has to be in order to be treated as a hard edge. It is also used to split normal map tangents.
    设置一个边的锋利程度,决定是否将其处理为硬边。同时用于分割法线贴图切线。
  • Split Tangents 分割切线
    Enable this if normal map lighting is broken by seams on your mesh. This usually only applies to characters.
    如果你的模型因法线贴图出现接缝,激活这个选项。一般情况下这个选项只作用于角色。
  • Materials
    材质
  • Import Materials 导入材质
    Disable this if you don't want materials to be generated. Default-Diffuse material will be used instead.
    如果你不想你的模型产生材质,请关闭它,系统将用默认的漫反射材质取代。
  • Material Naming 材质命名
    Controls how Unity materials are named:
    决定Unity材质的命名方式。
  •     By Base Texture Name
        依照基础贴图名称
    The name of the diffuse texture of the imported material that will be used to name the material in Unity. When a diffuse texture is not assigned to the material, Unity will use the name of the imported material.
    导入材质中的漫反射贴图名称将作为unity中的材质名称。如果导入的材质中不含漫反射贴图,unity将用导入的材质名称命名。
  •     From Model's Material
        来自模型的材质名
    The name of the imported material will be used for naming the Unity material.
    导入材质的名称将被用作unity材质名称。
  •     Model Name + Model's Material
        模型名+模型材质名
    The name of the model file in combination with the name of the imported material will be used for naming the Unity material.
    导入模型的名称加上导入的材质名称被用作unity材质名称。
  •     Texture Name or Model Name + Model's Material (Obsolete)
        贴图或模型名称+模型材质(旧版)
    The name of the diffuse texture of the imported material will be used for naming the Unity material. When a diffuse texture is not assigned or it cannot be located in one of the Textures folders, then the material will be named by Model Name + Model's Material instead. This option is backwards compatible with the behavior of Unity 3.4 (and earlier versions). We recommend using By Base texture Name, because it is less complicated and has more consistent behavior.
    导入材质中的漫反射贴图名称将作为unity中的材质名称。如果导入的材质中不含漫反射贴图,将不会自动定位贴图文件夹,材质将被因此命名为:模型名称+模型材质。这个选项向下兼容Unity3.4以及更早版本。我们建议使用By Base texture Name,,因为这更清晰明了。
  • Material Search 材质搜索
    Controls where Unity will try to locate existing materials using the name defined by the Material Namingoption:
    决定Unity如何根据Material Naming选项,搜索定位一个材质 。
  •     Local 局部
    Unity will try to find existing materials only in the "local" Materials folder, ie, the Materials subfolder which is the same folder as the model file.
    Unity将仅在“局部”材质文件夹搜索,比如,和模型文件在同一个文件夹下的材质子文件夹 。
  •     Recursive-Up 递归向上
    Unity will try to find existing materials in all Materials subfolders in all parent folders up to the Assets folder.
    Unity将向上搜索Assets文件夹中所有的材质子文件夹。
  •     Everywhere 任何地方
    Unity will try to find existing materials in all Unity project folders.
    Unity将在整个project文件夹中搜索材质。

页面最后更新:2012-12-03

网格导入设置 Import settings for Meshes的更多相关文章

  1. Unity3D 中 Generic 动画导入设置和 Root Motion 之间的关系

    2条评论 Unity3D 的 Mecanim 动画系统可以直接复用 3DS MAX 中制作的动画文件中的位移,这个就是通过 applyRootMotion 来达成的,我们只需要在使用 Animator ...

  2. Unity3D 批量图片资源导入设置

    原地址:http://blog.csdn.net/asd237241291/article/details/8433548 创文章如需转载请注明:转载自 脱莫柔Unity3D学习之旅 QQ群:[] 本 ...

  3. python 导入模块 import 理解

    --python 导入模块 import 理解 -----------------------------------2014/03/18 python 导入一个模块的过程要求有一个叫做“路径搜索”的 ...

  4. python 全栈开发,Day28(复习,os模块,导入模块import和from)

    一.复习 collections 增加了一些扩展数据类型 :namedtuple orderdict defaltdict队列和栈time 时间 三种格式 : 时间戳 结构化 字符串random 随机 ...

  5. 静态导入Static import

    静态导入Static import 要使用静态成员(方法和变量)我们必须给出提供这个静态成员的类. 使用静态导入可以使被导入类的静态变量和静态方法在当前类直接可见,使用这些静态成员无需再给出他们的类名 ...

  6. ffdshow 源代码分析 3: 位图覆盖滤镜(设置部分Settings)

    ===================================================== ffdshow源代码分析系列文章列表: ffdshow 源代码分析 1: 整体结构 ffds ...

  7. .net开源工作流ccflow从表数据数据源导入设置

    第1节. 关键字 驰骋工作流引擎 流程快速开发平台 workflow ccflow jflow  .net开源工作流 第2节. 从表数据导入设置 1.1.1: 概要说明 在从表的使用中我一般都会用到从 ...

  8. Vue 导入文件import、路径@和.的区别

    ***import: html文件中,通过script标签引入js文件.而vue中,通过import xxx from xxx路径的方式导入文件,不光可以导入js文件. from前的:“xxx”指的是 ...

  9. 雷林鹏分享:jQuery EasyUI 数据网格 - 条件设置行背景颜色

    jQuery EasyUI 数据网格 - 条件设置行背景颜色 本教程将向您展示如何根据一些条件改变数据网格(datagrid)组件的行样式.当 listprice 值大于 50 时,我们将为该行设置不 ...

随机推荐

  1. Mongodb初学习--安装、试用

    MongoDB是一个基于分布式文件存储的数据库.由C++语言编写.旨在为WEB应用提供可扩展的高性能数据存储解决方案. 在MongoDB中数据被分组存储在数据集中,被称为一个集合(Collection ...

  2. openerp 常见问题 OpenERP为什么选择了时区后时间还是不对?(转载)

    OpenERP为什么选择了时区后时间还是不对? 原文地址:http://cn.openerp.cn/%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9%E4%B ...

  3. 命令行工具cmder

    1.下载地址 http://bliker.github.io/cmder/ 分为两个版本:mini版和Full版 2.快捷命令配置: 比如,快速启动canssandra/redis数据库服务和查询工具 ...

  4. WPF中多窗口共享静态属性

    由于我的DoubanFm在重新考虑之后,需要设置一个全局的CurrentSong,这个字段要让所有的VM都知道,而我同时又想把它作为我所有VM的共有属性.而且我想尽量减少代码的复制,提高重用.所以我做 ...

  5. SQL语句基础之 管理数据库,表 和 数据

    MySQL中的基本sql语句 MySQL中主要有三个大的对象,第一个是数据库,有了数据库后,我们才能在数据库里面建表,因为Mysql是关系数据库,它的数据都会以记录的形式存到表里,所以第二个是表,然后 ...

  6. 014--VS2013 C++ c++定时动画

    资源图片 //全局变量HBITMAP girl[7];HDC mdc, hdc;int num; //--------------------------------------------InitI ...

  7. svn中的图标解释

    黄色感叹号(有冲突): --这是有冲突了,冲突就是说你对某个文件进行了修改,别人也对这个文件进行了修改,别人抢在你提交之前先提交了,这时你再提交就会被提示发生冲突,而不 允许你提交,防止你的提交覆盖了 ...

  8. C++中常见的几种异常类型

    1.C++具有完善的异常捕获机制,采用try{}  catch(){}机制,这是C语言无法比拟的 2.常见的几种异常: bad_alloc:       请求分配内存失败, operator new ...

  9. Android -- 经验分享(二)

    目录                                                                                   自定义两个View进行画图,让 ...

  10. 丢掉 WinPE,使用 DISKPART 来分区吧

    自 Windows Vista 之后的操作系统,如果在安装系统的时候使用 Windows 自带的分区功能,则会多出一个 100M 的系统保留分区.这会让一个物理硬盘,原先最多可以分 4 个主分区的,现 ...