diff options
author | chai <chaifix@163.com> | 2019-08-02 20:51:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-02 20:51:00 +0800 |
commit | bad78945ceba425f6a80e3b8dca2414d592970eb (patch) | |
tree | 8bf7540766349c534bf9e5746b24fd7507ba034e /source/modules/asura-core/mesh/am2_handler.cpp | |
parent | 99b90496765df21c5f377f42b9ed073ccb34c1fd (diff) |
*修改文件名格式
Diffstat (limited to 'source/modules/asura-core/mesh/am2_handler.cpp')
-rw-r--r-- | source/modules/asura-core/mesh/am2_handler.cpp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/source/modules/asura-core/mesh/am2_handler.cpp b/source/modules/asura-core/mesh/am2_handler.cpp deleted file mode 100644 index d0b9252..0000000 --- a/source/modules/asura-core/mesh/am2_handler.cpp +++ /dev/null @@ -1,34 +0,0 @@ -#include "am2_handler.h" - -namespace_begin(AsuraEngine) -namespace_begin(Mesh) -/* -Asuramesh2DʽΪ.am2ʽ¡ -ͷ11ֽڱһAsuraMesh2Dļ -ASURAMESH2D -v position -t tangent -n normal -[c color] -[u texcoord0] -[u texcoord1] -[u texcoord2] -[u texcoord3] - -f surface - - -ASURAMESH2D -p 0 -v 0, 0 -t -0.2, 0.45 -n -0.3, 0.6 -p 1 - -f 0, 1, 2 -*/ - - - -namespace_end -namespace_end |