libpmx:多边形模型扩展示例库

时间:2024-06-27 04:21:38
【文件属性】:

文件名称:libpmx:多边形模型扩展示例库

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-27 04:21:38

C

libpmx 多边形模型扩展库。 基于。 基本用法 #include #include FILE * const pmx_file = fopen( "example_model.pmx", "rb" ); // Open example model in binary read mode if ( pmx_file ) { char header[PMX_HEAD_LEN]; float version; fread( header, PMX_HEAD_LEN, 1, pmx_file ); // Read the header version = pmx_header_version( header, PMX_HEAD_LEN ); // Get the pmx version // An invalid header will re


【文件预览】:
libpmx-master
----.gitignore(5KB)
----libpmx.vcxproj(6KB)
----pmx_test()
--------pmx_test.vcxproj.filters(205B)
--------pmx_test.vcxproj(7KB)
--------main.c(1KB)
----libpmx.vcxproj.filters(281B)
----libpmx.sln(2KB)
----README.md(1KB)
----source()
--------pmx.h(4KB)
--------pmx.c(14KB)

网友评论