登录
首页 » Visual C++ » bioviewer-0.0.21

bioviewer-0.0.21

于 2007-03-24 发布 文件大小:765KB
0 248
下载积分: 1 下载次数: 134

代码说明:

  A C++/SDL/OpenGL player for the Biovision .bvh file format, which stores hierarchical motion data commonly originating from motion capture hardware. Support for the Kaydara .fbx format (a general 3D interchange format) is planned.(A C/SDL/OpenGL volunteered for the player. B vh file format, hierarchical motion which stores data commonl y originating from motion capture hardware. Su pport for the Kaydara. fbx format (a general 3D i nterchange format) is planned.)

文件列表:

bioviewer.exe
bioviewer.prj
bioviewer.prj.bak
bioviewer.pws
bioviwer.dox
bvh
...\bvhsamp.pl
...\CVS
...\...\Entries
...\...\Repository
...\...\Root
...\Take 001.bvh
...\Take 003.bvh
...\Take 004.bvh
...\Take 005.bvh
...\Take 006.bvh
...\Take 007.bvh
...\Take 008.bvh
...\Take 009.bvh
...\test.bvh
CVS
...\Entries
...\Repository
...\Root
devcpp
......\bioviewer.dev
......\bioviewer.layout
......\bioviewer.proj
......\bioviewer_private.rc
......\bioviewer_private.res
......\Makefile.win
docs
....\html
....\....\annotated.html
....\....\body_8hpp-source.html
....\....\bvh_8hpp-source.html
....\....\camera_8hpp-source.html
....\....\classcamera-members.html
....\....\classcamera.gif
....\....\classcamera.html
....\....\classlight-members.html
....\....\classlight.gif
....\....\classlight.html
....\....\classmaterial-members.html
....\....\classmaterial.html
....\....\classmatrix16f-members.html
....\....\classmatrix16f.html
....\....\classmatrix9f-members.html
....\....\classmatrix9f.html
....\....\classmovable-members.html

....\....\classmovable.html
....\....\classobjloader-members.html
....\....\classobjloader.gif
....\....\classobjloader.html
....\....\classpointMass-members.html
....\....\classpointMass.html
....\....\classrigid-members.html
....\....\classrigid.gif
....\....\classrigid.html
....\....\classvector3f-members.html
....\....\classvector3f.html
....\....\doxygen.css
....\....\doxygen.gif
....\....\files.html
....\....\functions.html
....\....\hierarchy.html
....\....\index.html
....\....\light_8hpp-source.html
....\....\main_8hpp-source.html
....\....\material_8hpp-source.html
....\....\misc_8hpp-source.html
....\....\movable_8hpp-source.html
....\....\objloader_8hpp-source.html
....\....\pointMass_8hpp-source.html
....\....\rigid_8hpp-source.html
....\....\triangle_8hpp-source.html
....\latex
....\.....\annotated.tex
....\.....\classcamera.eps
....\.....\classcamera.tex
....\.....\classlight.eps
....\.....\classlight.tex
....\.....\classmaterial.tex
....\.....\classmatrix16f.tex
....\.....\classmatrix9f.tex
....\.....\classmovable.eps
....\.....\classmovable.tex
....\.....\classobjloader.eps
....\.....\classobjloader.tex
....\.....\classpointMass.tex
....\.....\classrigid.eps
....\.....\classrigid.tex
....\.....\classvector3f.tex
....\.....\doxygen.sty
....\.....\hierarchy.tex
....\.....\Makefile
....\.....\refman.tex
gpl.txt
lib

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EvaporationUDFfluent
    UDFfluent蒸发相变模拟,关于用户自定义标量输运(UDS)中非定态情况下的代码源项(UDF-fluent evaporation phase change simulation, )
    2021-03-02 15:09:34下载
    积分:1
  • ANSYS-earthquake-wave-input-node-
    利用文中命令码,可以在ANSYS中实现如何输入地震波,这对结构动力分析非常重要!(Using text command code, can be implemented in ANSYS how to input seismic wave, which is very important for structural dynamic analysis!)
    2014-09-20 10:00:56下载
    积分:1
  • pthread_pie
    并行计算:多线程计算Pi值。 运行与编译环境:Linux(Parallel computing: multi-threaded calculating the value of Pi. Operation and compile environment: Linux)
    2013-05-07 19:58:57下载
    积分:1
  • HRBUST_GO_2013_08_12A
    一个自主开发的围棋软件,有简单的ai进行对弈,适合新手学习之用(An independent development of chess software, chess has a simple ai be suitable for novice learning purposes)
    2013-08-18 13:05:40下载
    积分:1
  • 我的ICQ
    一个好多聊天工具(there are many chat tools in the package)
    2005-03-07 23:01:50下载
    积分:1
  • ClubSiteStarterKit
    Club Site Starter Kit.rar .net ѹ
    2008-09-17 17:53:07下载
    积分:1
  • SIM300CZ
    主要用于测试SIM300CZ拨打电话和MT8870程序,已测(Mainly used for testing SIM300CZ call and MT8870 procedures have been measured)
    2014-04-09 20:28:51下载
    积分:1
  • OpenGL
    本程序画了一个地球仪,包含基本图形的绘制,光照的设置,材质的设置,纹理映射,动画等等(This program drew a globe that contains the basic graphics rendering, light settings and material settings, texture mapping, animation, etc.)
    2020-11-02 16:19:53下载
    积分:1
  • Pthread-of-linux
    在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。(Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you To explain the phenomenon seen.)
    2011-12-08 11:21:25下载
    积分:1
  • ConvertBMP
    压缩BMP图片 联合开发网 - pudn.com
    2020-06-16 10:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载