-
VC using the OpenGL API to prepare a cube, is the entry OpenG typical example of...
VC++下用OpenGL API编写的一个立方体,是OpenG的入门典型范例,调用OpenG API实现-VC using the OpenGL API to prepare a cube, is the entry OpenG typical example of API calls OpenG
- 2022-09-26 00:35:03下载
- 积分:1
-
vs2010下opengl打开ply
visual studio2010下加载opengl库之后,可以打开.ply的图像mesh文件,代码清晰易懂,有例子。
- 2022-11-01 19:50:04下载
- 积分:1
-
This is the best I have seen for beginners the OpenGL source code, OpenGL contai...
这是我 见过的最适合初学者的OPENGL源代码,包含了OPENGL的编程的基本方面,界面设计的也很全面,读入地学规则格网数据-This is the best I have seen for beginners the OpenGL source code, OpenGL contains the basic programming, interface design is also very comprehensive, time-study data grid rules
- 2022-03-18 14:04:45下载
- 积分:1
-
图形学实现旋转光照纹理3D等效果
c++,openfl,纹理,光照,旋转,3D图形学实现旋转光照纹理3D等效果
- 2023-07-15 11:35:04下载
- 积分:1
-
vc环境下开发的opengl performer应用程序,脱离performer环境运行时,所需要的系统文件。只要将这些文件复制到自己performer 执行程...
vc环境下开发的opengl performer应用程序,脱离performer环境运行时,所需要的系统文件。只要将这些文件复制到自己performer 执行程序目录下即可。注意:这些文件一定要同你所用performer的版本一致。这里是3.2.1版-vc environment developed opengl performer applications, run-time environment from the performer, the required system files. Simply copy these files to their own enforcement procedures performer directory can be. Note: These documents must be used with your version of consistent performer. Here is version 3.2.1
- 2023-01-10 10:45:04下载
- 积分:1
-
OpenGL 将对象使用鼠标拖动
c + + 在 opengl 中的源代码
使用鼠标来移动一个对象
创一空窗口和一个绿色的矩形然后使用鼠标移动绿色矩形
- 2022-11-26 04:45:03下载
- 积分:1
-
基于OpenGL开发的场景模拟程序,实现了漫游功能,通过键盘的上下左右方向键可以在场景中漫游....
基于OpenGL开发的场景模拟程序,实现了漫游功能,通过键盘的上下左右方向键可以在场景中漫游.-OpenGL-based scene simulation program development, realize the roaming function, using the keyboard arrow keys around the top and bottom can be roaming in the scene.
- 2023-02-09 15:20:04下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
城市跑酷cocos2d-x代码
城市跑酷单机版游戏,适合有一定c++基础的游戏开发者学习。有利于帮助理解cocos2d-x的渲染引擎,物理引擎,包括动作,场景的滚动等技术。
- 2022-04-29 22:49:50下载
- 积分:1
-
cycling and pendulum using opengl
- 2022-02-21 17:30:56下载
- 积分:1