文件名称:skeletonDrivenAnimation
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:20.15mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在visual stdio 2010 中开发的使用opengl图形库的三维动画程序,程序读取ASF/AMC 文件并进行解读,实现实时的数据驱动的角色动画。程序会根据AMC文件生成播放列表,产生连续播放,两个不同动作文件之间会有光滑过渡。有关ASF/AMC的格式介绍,请查阅相关资料。角色有蒙皮,你可以根据自己需要选择自己的蒙皮,但需要自己提供Obj格式的三维模型,为了使骨骼驱动皮肤,你还需要提供皮肤与骨骼绑定的权重数据,我提供了maya插件可以将你的模型和骨骼的权重数据在maya中导出,注意maya中的骨骼必须和asf文件定义的一致(名称与数量相同)。我没有提供指令使程序读取模型数据和权重值,需要在原代码中修改。
这个程序是个多线程的程序。我开了一个线程用来交互,用户可以在命令行中输入指令与程序进行交互。具体指令都列在了readme文件中。在read asf 文件的功能上程序有bug,欢迎大家更改。
-Using opengl graphics library, 3D animation program developed in visual stdio 2010, the program reads the ASF/AMC file and interpret real-time data-driven character animation. Program to create playlists based on the AMC file, resulting in continuous playback files between two different actions will have a smooth transition. Related to the ASF/AMC format of introduction, please refer to the relevant information. Role of the skin, according to their need to select their skin, but need to provide three-dimensional model of the Obj format, in order to make the bone-driven skin, you also need to provide the skin and bone the weight data binding, I provide a maya plug-in you can export your model and bone weights data in maya attention to maya in the bone and asf files must be defined consistent with (name and quantity of the same). I did not provide instructions so that the program reads the model data and the weight value, you need to modify the original code.
This program is a multi-t
这个程序是个多线程的程序。我开了一个线程用来交互,用户可以在命令行中输入指令与程序进行交互。具体指令都列在了readme文件中。在read asf 文件的功能上程序有bug,欢迎大家更改。
-Using opengl graphics library, 3D animation program developed in visual stdio 2010, the program reads the ASF/AMC file and interpret real-time data-driven character animation. Program to create playlists based on the AMC file, resulting in continuous playback files between two different actions will have a smooth transition. Related to the ASF/AMC format of introduction, please refer to the relevant information. Role of the skin, according to their need to select their skin, but need to provide three-dimensional model of the Obj format, in order to make the bone-driven skin, you also need to provide the skin and bone the weight data binding, I provide a maya plug-in you can export your model and bone weights data in maya attention to maya in the bone and asf files must be defined consistent with (name and quantity of the same). I did not provide instructions so that the program reads the model data and the weight value, you need to modify the original code.
This program is a multi-t
(系统自动生成,下载前可以参看下载内容)
下载文件列表
readAMCASF/01.asf
readAMCASF/A3-参考答案.exe
readAMCASF/animation.cpp
readAMCASF/animation.h
readAMCASF/Bone.cpp
readAMCASF/Bone.h
readAMCASF/Charactor.cpp
readAMCASF/Charactor.h
readAMCASF/Debug/animation.obj
readAMCASF/Debug/Bone.obj
readAMCASF/Debug/Charactor.obj
readAMCASF/Debug/cl.command.1.tlog
readAMCASF/Debug/CL.read.1.tlog
readAMCASF/Debug/CL.write.1.tlog
readAMCASF/Debug/functions.obj
readAMCASF/Debug/link-cvtres.read.1.tlog
readAMCASF/Debug/link-cvtres.write.1.tlog
readAMCASF/Debug/link.1468-cvtres.read.1.tlog
readAMCASF/Debug/link.1468-cvtres.write.1.tlog
readAMCASF/Debug/link.1468.read.1.tlog
readAMCASF/Debug/link.1468.write.1.tlog
readAMCASF/Debug/link.4908-cvtres.read.1.tlog
readAMCASF/Debug/link.4908-cvtres.write.1.tlog
readAMCASF/Debug/link.4908.read.1.tlog
readAMCASF/Debug/link.4908.write.1.tlog
readAMCASF/Debug/link.command.1.tlog
readAMCASF/Debug/link.read.1.tlog
readAMCASF/Debug/link.write.1.tlog
readAMCASF/Debug/mt.command.1.tlog
readAMCASF/Debug/mt.read.1.tlog
readAMCASF/Debug/mt.write.1.tlog
readAMCASF/Debug/posture.obj
readAMCASF/Debug/rc.command.1.tlog
readAMCASF/Debug/rc.read.1.tlog
readAMCASF/Debug/rc.write.1.tlog
readAMCASF/Debug/readAMCASF(冲突2012-07-17 21-50-25).log
readAMCASF/Debug/readAMCASF.Build.CppClean.log
readAMCASF/Debug/readAMCASF.exe.embed.manifest
readAMCASF/Debug/readAMCASF.exe.embed.manifest.res
readAMCASF/Debug/readAMCASF.exe.intermediate.manifest
readAMCASF/Debug/readAMCASF.lastbuildstate
readAMCASF/Debug/readAMCASF.log
readAMCASF/Debug/readAMCASF.obj
readAMCASF/Debug/readAMCASF.pch
readAMCASF/Debug/readAMCASF_manifest.rc
readAMCASF/Debug/readobjfile.obj
readAMCASF/Debug/stack.obj
readAMCASF/Debug/stdafx.obj
readAMCASF/Debug/transform.obj
readAMCASF/Debug/vc100.idb
readAMCASF/Debug/vc100.pdb
readAMCASF/Debug/vector.obj
readAMCASF/functions.cpp
readAMCASF/glut.h
readAMCASF/glut32.dll
readAMCASF/glut32.lib
readAMCASF/header.h
readAMCASF/posture.cpp
readAMCASF/posture.h
readAMCASF/readAMCASF.cpp
readAMCASF/readAMCASF.vcxproj
readAMCASF/readAMCASF.vcxproj.filters
readAMCASF/readAMCASF.vcxproj.user
readAMCASF/ReadMe.txt
readAMCASF/readobjfile.cpp
readAMCASF/Release/animation.obj
readAMCASF/Release/Bone.obj
readAMCASF/Release/Charactor.obj
readAMCASF/Release/cl.command.1.tlog
readAMCASF/Release/CL.read.1.tlog
readAMCASF/Release/CL.write.1.tlog
readAMCASF/Release/functions.obj
readAMCASF/Release/link.command.1.tlog
readAMCASF/Release/link.read.1.tlog
readAMCASF/Release/link.write.1.tlog
readAMCASF/Release/mt.command.1.tlog
readAMCASF/Release/mt.read.1.tlog
readAMCASF/Release/mt.write.1.tlog
readAMCASF/Release/posture.obj
readAMCASF/Release/readAMCASF.Build.CppClean.log
readAMCASF/Release/readAMCASF.exe.intermediate.manifest
readAMCASF/Release/readAMCASF.lastbuildstate
readAMCASF/Release/readAMCASF.log
readAMCASF/Release/readAMCASF.obj
readAMCASF/Release/readAMCASF.pch
readAMCASF/Release/readobjfile.obj
readAMCASF/Release/stack.obj
readAMCASF/Release/stdafx.obj
readAMCASF/Release/transform.obj
readAMCASF/Release/vc100.pdb
readAMCASF/Release/vector.obj
readAMCASF/stack.cpp
readAMCASF/stack.h
readAMCASF/stdafx.cpp
readAMCASF/stdafx.h
readAMCASF/subject/01.asf
readAMCASF/subject/01_01.amc
readAMCASF/subject/01_02.amc
readAMCASF/subject/01_03.amc
readAMCASF/subject/01_03_2.amc
readAMCASF/subject/01_04.amc
readAMCASF/subject/01_05.amc
readAMCASF/subject/01_06.amc
readAMCASF/subject/01_07.amc
readAMCASF/subject/01_08.amc
readAMCASF/subject/01_09.amc
readAMCASF/subject/01_10.amc
readAMCASF/subject/01_11.amc
readAMCASF/subject/01_12.amc
readAMCASF/subject/01_13.amc
readAMCASF/subject/01_14.amc
readAMCASF/subject/02.asf
readAMCASF/subject/02_01.amc
readAMCASF/subject/02_02.amc
readAMCASF/subject/02_03.amc
readAMCASF/subject/02_04.amc
readAMCASF/subject/02_05.amc
readAMCASF/subject/02_06.amc
readAMCASF/subject/02_07.amc
readAMCASF/subject/02_08.amc
readAMCASF/subject/02_10.amc
readAMCASF/subject/03.asf
readAMCASF/subject/03_01.amc
readAMCASF/subject/05.asf
readAMCASF/subject/05_01.amc
readAMCASF/subject/05_02.amc
readAMCASF/subject/05_03.amc
readAMCASF/subject/05_04.amc
readAMCASF/subject/05_05.amc
readAMCASF/subject/05_06.amc
readAMCASF/subject/05_07.amc
readAMCASF/subject/05_08.amc
readAMCASF/subject/05_09.amc
readAMCASF/subject/cube.obj
readAMCASF/subject/jackie.obj
readAMCASF/subject/man.fbx
readAMCASF/subject/skindata
readAMCASF/subject/skindata.txt
readAMCASF/targetver.h
readAMCASF/transform.cxx
readAMCASF/transform.h
readAMCASF/types.h
readAMCASF/vector.cxx
readAMCASF/vector.h
readAMCASF.sln
readAMCASF/Debug
readAMCASF/Release
readAMCASF/subject
readAMCASF/新建文件夹
readAMCASF
需要的maya插件/ExportSkinClusterDataCmd.mll
需要的maya插件
readAMCASF/A3-参考答案.exe
readAMCASF/animation.cpp
readAMCASF/animation.h
readAMCASF/Bone.cpp
readAMCASF/Bone.h
readAMCASF/Charactor.cpp
readAMCASF/Charactor.h
readAMCASF/Debug/animation.obj
readAMCASF/Debug/Bone.obj
readAMCASF/Debug/Charactor.obj
readAMCASF/Debug/cl.command.1.tlog
readAMCASF/Debug/CL.read.1.tlog
readAMCASF/Debug/CL.write.1.tlog
readAMCASF/Debug/functions.obj
readAMCASF/Debug/link-cvtres.read.1.tlog
readAMCASF/Debug/link-cvtres.write.1.tlog
readAMCASF/Debug/link.1468-cvtres.read.1.tlog
readAMCASF/Debug/link.1468-cvtres.write.1.tlog
readAMCASF/Debug/link.1468.read.1.tlog
readAMCASF/Debug/link.1468.write.1.tlog
readAMCASF/Debug/link.4908-cvtres.read.1.tlog
readAMCASF/Debug/link.4908-cvtres.write.1.tlog
readAMCASF/Debug/link.4908.read.1.tlog
readAMCASF/Debug/link.4908.write.1.tlog
readAMCASF/Debug/link.command.1.tlog
readAMCASF/Debug/link.read.1.tlog
readAMCASF/Debug/link.write.1.tlog
readAMCASF/Debug/mt.command.1.tlog
readAMCASF/Debug/mt.read.1.tlog
readAMCASF/Debug/mt.write.1.tlog
readAMCASF/Debug/posture.obj
readAMCASF/Debug/rc.command.1.tlog
readAMCASF/Debug/rc.read.1.tlog
readAMCASF/Debug/rc.write.1.tlog
readAMCASF/Debug/readAMCASF(冲突2012-07-17 21-50-25).log
readAMCASF/Debug/readAMCASF.Build.CppClean.log
readAMCASF/Debug/readAMCASF.exe.embed.manifest
readAMCASF/Debug/readAMCASF.exe.embed.manifest.res
readAMCASF/Debug/readAMCASF.exe.intermediate.manifest
readAMCASF/Debug/readAMCASF.lastbuildstate
readAMCASF/Debug/readAMCASF.log
readAMCASF/Debug/readAMCASF.obj
readAMCASF/Debug/readAMCASF.pch
readAMCASF/Debug/readAMCASF_manifest.rc
readAMCASF/Debug/readobjfile.obj
readAMCASF/Debug/stack.obj
readAMCASF/Debug/stdafx.obj
readAMCASF/Debug/transform.obj
readAMCASF/Debug/vc100.idb
readAMCASF/Debug/vc100.pdb
readAMCASF/Debug/vector.obj
readAMCASF/functions.cpp
readAMCASF/glut.h
readAMCASF/glut32.dll
readAMCASF/glut32.lib
readAMCASF/header.h
readAMCASF/posture.cpp
readAMCASF/posture.h
readAMCASF/readAMCASF.cpp
readAMCASF/readAMCASF.vcxproj
readAMCASF/readAMCASF.vcxproj.filters
readAMCASF/readAMCASF.vcxproj.user
readAMCASF/ReadMe.txt
readAMCASF/readobjfile.cpp
readAMCASF/Release/animation.obj
readAMCASF/Release/Bone.obj
readAMCASF/Release/Charactor.obj
readAMCASF/Release/cl.command.1.tlog
readAMCASF/Release/CL.read.1.tlog
readAMCASF/Release/CL.write.1.tlog
readAMCASF/Release/functions.obj
readAMCASF/Release/link.command.1.tlog
readAMCASF/Release/link.read.1.tlog
readAMCASF/Release/link.write.1.tlog
readAMCASF/Release/mt.command.1.tlog
readAMCASF/Release/mt.read.1.tlog
readAMCASF/Release/mt.write.1.tlog
readAMCASF/Release/posture.obj
readAMCASF/Release/readAMCASF.Build.CppClean.log
readAMCASF/Release/readAMCASF.exe.intermediate.manifest
readAMCASF/Release/readAMCASF.lastbuildstate
readAMCASF/Release/readAMCASF.log
readAMCASF/Release/readAMCASF.obj
readAMCASF/Release/readAMCASF.pch
readAMCASF/Release/readobjfile.obj
readAMCASF/Release/stack.obj
readAMCASF/Release/stdafx.obj
readAMCASF/Release/transform.obj
readAMCASF/Release/vc100.pdb
readAMCASF/Release/vector.obj
readAMCASF/stack.cpp
readAMCASF/stack.h
readAMCASF/stdafx.cpp
readAMCASF/stdafx.h
readAMCASF/subject/01.asf
readAMCASF/subject/01_01.amc
readAMCASF/subject/01_02.amc
readAMCASF/subject/01_03.amc
readAMCASF/subject/01_03_2.amc
readAMCASF/subject/01_04.amc
readAMCASF/subject/01_05.amc
readAMCASF/subject/01_06.amc
readAMCASF/subject/01_07.amc
readAMCASF/subject/01_08.amc
readAMCASF/subject/01_09.amc
readAMCASF/subject/01_10.amc
readAMCASF/subject/01_11.amc
readAMCASF/subject/01_12.amc
readAMCASF/subject/01_13.amc
readAMCASF/subject/01_14.amc
readAMCASF/subject/02.asf
readAMCASF/subject/02_01.amc
readAMCASF/subject/02_02.amc
readAMCASF/subject/02_03.amc
readAMCASF/subject/02_04.amc
readAMCASF/subject/02_05.amc
readAMCASF/subject/02_06.amc
readAMCASF/subject/02_07.amc
readAMCASF/subject/02_08.amc
readAMCASF/subject/02_10.amc
readAMCASF/subject/03.asf
readAMCASF/subject/03_01.amc
readAMCASF/subject/05.asf
readAMCASF/subject/05_01.amc
readAMCASF/subject/05_02.amc
readAMCASF/subject/05_03.amc
readAMCASF/subject/05_04.amc
readAMCASF/subject/05_05.amc
readAMCASF/subject/05_06.amc
readAMCASF/subject/05_07.amc
readAMCASF/subject/05_08.amc
readAMCASF/subject/05_09.amc
readAMCASF/subject/cube.obj
readAMCASF/subject/jackie.obj
readAMCASF/subject/man.fbx
readAMCASF/subject/skindata
readAMCASF/subject/skindata.txt
readAMCASF/targetver.h
readAMCASF/transform.cxx
readAMCASF/transform.h
readAMCASF/types.h
readAMCASF/vector.cxx
readAMCASF/vector.h
readAMCASF.sln
readAMCASF/Debug
readAMCASF/Release
readAMCASF/subject
readAMCASF/新建文件夹
readAMCASF
需要的maya插件/ExportSkinClusterDataCmd.mll
需要的maya插件
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.