-
OPENGL绘制彩色的三角形
OPENGL绘制彩色的三角形-OpenGL rendering color triangle
- 2022-09-16 16:10:09下载
- 积分:1
-
一个OPENGL的测试程序
一个OPENGL的测试程序-an OpenGL testing procedures
- 2022-03-31 22:08:31下载
- 积分:1
-
迷宫游戏VC++源代码
一款VC++开发的迷宫游戏,界面很不错,清淅度高,用键盘控件兔子移动。可以显示小地图和大地图,左边为小,右边为大地图。迷宫是一款益智游戏,你相信你能从迷宫中走出吗?那就玩一把吧!
- 2022-06-29 09:16:12下载
- 积分:1
-
该程序,用来控制摄像头,对摄像头进行设置等等。
该程序,用来控制摄像头,对摄像头进行设置等等。-The procedures used to control the camera, set on the camera and so on.
- 2022-05-26 11:58:40下载
- 积分:1
-
OpenGL三维图形程序设计
OpenGL三维图形程序设计-OpenGL 3D Graphics Programming
- 2023-04-21 04:00:03下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
在OpenGl中实现三维字体
在OpenGl中实现三维字体-in OpenGl achieve 3D fonts
- 2022-01-24 14:55:57下载
- 积分:1
-
表面重建
作者:Hugues Hoppe, University of Washington.
输入:散乱数据点云
输出:三维曲面-surface reconstruction
- 2022-07-15 05:48:38下载
- 积分:1
-
Simple animation using OpenGL// learning opengl efficient data entry
用OpenGL实现简单动画//学习opengl的高效入门资料-Simple animation using OpenGL// learning opengl efficient data entry
- 2022-09-27 04:35:03下载
- 积分:1
-
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变...
DeMatrix: 生物分子结构pdb文件的变换矩阵提取程序的源码。pdb文件可显示三维生物分子结构,并且用其他程序显示,显示后可以随意变换,这个程序可以抽取变换的数学矩阵,用于变化同类pdb.-DeMatrix: bio-molecular structure pdb file extraction program source code transformation matrix. pdb file can be displayed three-dimensional structure of biological molecules, and other programs to use a display that can be freely after the change, this program can extract the mathematical transformation matrix for the change in the same pdb.
- 2022-03-23 21:37:55下载
- 积分:1