-
介绍在VC中运用opengl进行3D编程的方法
介绍在VC中运用opengl进行3D编程的方法-Introduced in the VC to use opengl for 3D programming method
- 2022-01-30 12:38:56下载
- 积分:1
-
绝对是原创的OPENGL代码 希望大家指教 虽然很幼稚 但是我最开始用OPENGL写的代码...
绝对是原创的OPENGL代码 希望大家指教 虽然很幼稚 但是我最开始用OPENGL写的代码-is absolutely original OpenGL code hope we enlighten although most naive but I started writing code OpenGL
- 2023-04-24 02:00:03下载
- 积分:1
-
我用OPenGL做的一个场景(包括树、炊烟、喷泉、旗帜、房子、还有阴影以及md2格式的人物、武器等)...
我用OPenGL做的一个场景(包括树、炊烟、喷泉、旗帜、房子、还有阴影以及md2格式的人物、武器等)-do a scene (including trees, smoke, fountains, flags, house, and there are shadows and md2 format characters, weapons, etc.)
- 2022-05-08 11:01:09下载
- 积分:1
-
光线投射算法具体实现
该程序包含了球体,立方体,圆锥等的实现,是经典教程,计算机图形学上的实例,对学习计算机图形学和要提高编程能力的同学来说是很好的资源。
- 2023-03-24 08:55:04下载
- 积分:1
-
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。...
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。-Huarong game at VC++6.0 to use OpenGL implementation, implementation functions, that is, looks a bit simple.
- 2022-08-03 22:01:15下载
- 积分:1
-
聆听OpenGL
lingting opengl
- 2022-05-25 18:36:41下载
- 积分: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对于碰撞时的应用!-The method is explained in detail the various principles of the collision as well as the opengl application for a collision!
- 2023-09-01 23:05:04下载
- 积分:1
-
robot joints by different form, through the preservation of different forms of r...
机器人由不同的关节构成,通过保存机器人不同形态的侦,播放这些侦实现机器人的连续动作-robot joints by different form, through the preservation of different forms of robot reconnaissance, surveillance and broadcasting of these robots to achieve continuous movement
- 2022-03-05 14:43:58下载
- 积分:1
-
opengl画的3D仪表
使用opengl和MFC画的3D仪表,通过 “选项->设置仪表参数 ”可以设置仪器表盘的刻度的起始和终止角度,刻度
的最大最小值、单位以及仪表当前的指针指示值按左右键和上下键可使表盘绕y轴和x轴旋转。
- 2022-03-26 16:39:13下载
- 积分:1