瀏覽代碼

Update Readme.md

Alexander Gessler 12 年之前
父節點
當前提交
1f01238426
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Readme.md

+ 2 - 2
Readme.md

@@ -1,13 +1,13 @@
 Open Asset Import Library (assimp) 
 Open Asset Import Library (assimp) 
 ========
 ========
 
 
-Open Asset Import Library is a Open Source library designed to load various __3d file formats and convert them into a single, in-memory format__. It supports more than 30 file formats. It also supports exporting files to a growing selection of file formats.
+Open Asset Import Library is a Open Source library designed to load various __3d file formats and convert them into a single, in-memory format__. It supports more than __30 file formats__ for import and a growing selection of file formats for export. Additionally, assimp features various __post processing tools__ to refine the imported data: _normals and tangent space generation, triangulation, vertex cache locality optimization, removal of degenerate primitives and duplicate vertices, sorting by primitive type, merging of redundant materials_ and many more.
 
 
 Its abbreviated name under which it is commonly known is __assimp__. 
 Its abbreviated name under which it is commonly known is __assimp__. 
 
 
 This is the development trunk of assimp containing the latest features and bugfixes. For productive use though, we recommend one of the stable releases available from [assimp.sf.net](http://assimp.sf.net) or from *nix package repositories. According to [Travis-CI] (https://travis-ci.org/), the current build status of the trunk is [![Build Status](https://travis-ci.org/assimp/assimp.png)](https://travis-ci.org/assimp/assimp)
 This is the development trunk of assimp containing the latest features and bugfixes. For productive use though, we recommend one of the stable releases available from [assimp.sf.net](http://assimp.sf.net) or from *nix package repositories. According to [Travis-CI] (https://travis-ci.org/), the current build status of the trunk is [![Build Status](https://travis-ci.org/assimp/assimp.png)](https://travis-ci.org/assimp/assimp)
 
 
-#### 1.1 Supported file formats ####
+#### Supported file formats ####
 
 
 The library provides importers for a lot of file formats, including:
 The library provides importers for a lot of file formats, including: