搜索资源列表
OPENGL_readtxt_
- 使用Labwindows编写的Opengl程序,可以读取txt文本数据,控制小秋的轨迹,完全可用,前提是你必须安装OPENGL的开发包-Opengl procedures Labwindows written, you can read the txt text data, control Xiaoqiu trajectory, fully available, the premise is you must install OPENGL development kit
HugeTerria
- 海量地形数据漫游系统,对于OPENGL开发人员具有一定的参考-Massive Terrain Data roaming systems, for OPENGL developers have a certain reference
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
Game2
- 基于opengl创建的一个地形系统,,其中包括实时阴影的实现和VRML数据的读取。-a terrain sysytem based on opengl,and implement the real time shadow effect using the shadow map.
gif3
- 简要说明 3DS 文件格式及模型数据读取方法 利用 OpenGL 库函数在 VC-A brief descr iption of the 3DS file format and model data read OpenGL library functions in VC++
Motion
- Motion Capture运动数据文件AS/AMC解析与绘制-AS/AMC data file rendering with C++&OpenGL
simplest_media_play
- 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。-The project includes the use of various API (Direct3D, OpenGL, GDI, DirectSound, SD
QuadricHandModel-master
- 这是一个基于openGl制作的一个手势识别程序(This is a 3D hand model developed mainly for vision-based hand motion analysis. The hand model is modeled as a set of rigid quadratic surfaces, and has 27 degrees-of-freedom (DoFs) including 6 DoFs of global motion and 21 DoFs
banana_obj.obj
- banana的原型数据,用于opengl的数据展示(banana's data , show on opengl)
黑月编译器插件
- 多线程支持库 位图操作支持库 网络通讯支持库 网络通讯支持库二 XML解析支持库 图像格式转换支持库 Sqlite3数据库支持库 MySQL支持库 数据结构支持库 数值计算支持库 通用对象支持库 文字编码转换支持库 数据操作支持库一 文字编码转换支持库 XP风格支持库 特殊功能支持库
实验3
- 实验3 简单多边形显示 实验目的:通过鼠标响应函数输入并显示多边形 基本内容: 通过鼠标依次输入n个顶点(n>=3),显示多边形。 1)建立多边形数据结构(保存顶点表、边信息,及其他信息) 2)用opengl显示多边形(Experiment 3 simple polygon display Experiment Objective: input and display polygon through mouse response function. Basic contents: The