-
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用
基于MFC的简单vega prime框架下的VC++程序,希望对大家有用-Vega prime based on a simple MFC under the framework of VC++ program, hope for all of us
- 2022-12-18 01:05:03下载
- 积分:1
-
OPENGL在vc++环境下的基本的图形背景建立的过程
OPENGL在vc++环境下的基本的图形背景建立的过程-OPENGL in vc++ Environment basic graphics background process of the establishment
- 2022-07-14 04:33:50下载
- 积分:1
-
max. likely hood network
max. likely hood network
- 2022-11-16 14:35:03下载
- 积分:1
-
利用opengl实现的碰撞效果,还可以通过键盘控制场景的显示:
up:位置递增
down:位置递减
left:控制视图左旋转
right:控制视...
利用opengl实现的碰撞效果,还可以通过键盘控制场景的显示:
up:位置递增
down:位置递减
left:控制视图左旋转
right:控制视图右旋转
F1,F2:两种视图之间的切换
+ :控制时间增加
- :控制时间减少-use opengl achieve the collision effects, but also through the keyboard control of the scene showed : up : location incremental down : Location decline left : control View Left rotation right : the right to control View rotating F1, F2 : Two Views of switching between : control increased the time-: control reduced
- 2022-04-20 21:21:03下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-01-26 04:04:53下载
- 积分:1
-
Opengl
有关opengl资料,对于初学者很有帮助-Opengl-related information useful for beginners
- 2022-06-17 14:52:15下载
- 积分:1
-
很不错的opengl源代码,供大家参考哦
很不错的opengl源代码,供大家参考哦-Very good opengl source code, for your reference Oh
- 2022-01-22 13:11:28下载
- 积分: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+VC的NURBS绘制框架,版本1.0实现了该环境下NURBS的绘制,旋转,缩放等功能;打开附带一个nur文件,该模型为一人体模型...
基于OpenGL+VC的NURBS绘制框架,版本1.0实现了该环境下NURBS的绘制,旋转,缩放等功能;打开附带一个nur文件,该模型为一人体模型
- 2022-03-07 18:20:04下载
- 积分:1
-
Bezier 曲面
Bezier 曲面
- 2023-03-16 00:15:03下载
- 积分:1