-
In this tutorial we use Multiple Transforations to simulate the shoulder and elb...
In this tutorial we use Multiple Transforations to simulate the shoulder and elbow of a robotic arm.
- 2022-02-10 10:00:50下载
- 积分:1
-
在OpenGL中的多边形
创建多边形在OpenGL源代码使用此两个三角形
- 2022-04-25 18:06:12下载
- 积分:1
-
OpenGL编程指南前5章部分实例代码
OpenGL编程指南前5章部分实例代码,包括:
1、双缓冲程序 double.c
2、 直线点画模式 lines.c
3、标记多边形边界边,绘制一个凹多边形 concavePoly
4、创建一个20面体,并近似模拟球体
5、变换立方体
6、行星系统
7、平滑着色的三角形
8、 不同材质和光照
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-24 20:50:05下载
- 积分:1
-
这是OPENGL的第一个例子,建立了OPENGL的初始化环境,编程者可以在此基础上继续深入
这是OPENGL的第一个例子,建立了OPENGL的初始化环境,编程者可以在此基础上继续深入-This is the first example OPENGL established OPENGL initialization environment, programmers can build on the depth
- 2022-03-11 13:41:27下载
- 积分: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
-
OpenGL代码,显示在贪婪的立方体。颜色方法和三维图形
opengl code, shows the cube in greed. colour method and 3d graphic-opengl code, shows the cube in greed. color method and 3d gra phic
- 2022-02-03 18:55:23下载
- 积分:1
-
本程序是基于opengl的3d c++代码,所展示的是三维的下掉的方块.
本程序是基于opengl的3d c++代码,所展示的是三维的下掉的方块.-this program is based on the 3d opengl c code, which is the three-dimensional display of the swap under the sheet.
- 2022-01-22 12:31:45下载
- 积分:1
-
步怎么install_opengl_on_ Visual Studio
step how Install_Opengl_on_ Visual Studio
- 2023-01-13 16:50:03下载
- 积分:1
-
我喜欢用OpenGL写的东西,希望大家喜欢,轴承的一个例子是什么…
我喜欢用OpenGL编写一点东西,希望大家喜欢,一下是一个轴承座的例子.-I like to use OpenGL write something, hope you like, what is an example of bearing.
- 2023-08-14 07:00:03下载
- 积分:1
-
多媒体播放视频
多媒体播放视频可连接网络视频,在线观看和加入视频观看视频,在多种播放器中是很好的一款软件,里面包含很多很多的视频,挺不错的!
- 2022-07-02 13:44:27下载
- 积分:1