-
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染...
用于在LINUX下进行三维图像处理的OpenGL接口.实现三维动态渲染-LINUX for the three-dimensional image processing OpenGL interface. Dynamic 3D rendering
- 2022-10-07 09:05:03下载
- 积分:1
-
水波代码,基于VC++的opengl源代码
水波代码,基于VC++的opengl源代码-Water code, based on VC++ The opengl source code
- 2022-05-23 11:36:22下载
- 积分:1
-
一个最基本的OpenGL程序框架。很多朋友在初学OpenGL将…
一个最基本的OpenGL程序框架。很多朋友在初学OpenGL时会很迷茫,无从下手,其实一个最简单的OpenGL程序框架对你来说可能是理解OpenGL原理的最好帮手。-a basic procedural framework of OpenGL. Many friends in a novice OpenGL will be very confused, no harm In fact, one of the most simple OpenGL procedural framework for you to understand is the principle of the best OpenGL helper .
- 2023-01-23 10:30:04下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)之chap 2
OpenGL高级编程与可视化系统开发(高级编程篇)之chap 2-OpenGL Programming and Advanced Visualization System (Advanced Programming chapter) of chap 2
- 2023-03-25 08:35:04下载
- 积分:1
-
多媒体播放视频
多媒体播放视频可连接网络视频,在线观看和加入视频观看视频,在多种播放器中是很好的一款软件,里面包含很多很多的视频,挺不错的!
- 2022-07-02 13:44:27下载
- 积分:1
-
用OPENGL实现的VB窗口制作,完全实时,不需要加载任何VB Form
用OPENGL实现的VB窗口制作,完全实时,不需要加载任何VB Form-Using OPENGL realize the production of the VB window, completely real-time, do not need to load any VB Form
- 2022-06-26 22:22: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
-
使用js的方式实现flash的效果,
使用js的方式实现flash的效果,-implement flash using js
- 2022-03-26 04:27:43下载
- 积分:1
-
一个类似于3D MAX的基于OpenGL的三维开发系统,功能非常强大,需要用到下面的gloop.zip...
一个类似于3D MAX的基于OpenGL的三维开发系统,功能非常强大,需要用到下面的gloop.zip-An system which is based on OpenGL as 3d MAX, very power function, needing gloop.zip under it
- 2022-11-28 15:45:03下载
- 积分:1
-
在VC++中使用一个水波荡漾的效果OpenGL实现,全
在vc++中用opengl实现了水波荡漾的效果,以全屏方式现实,可以控制水波的变化-in vc++ using opengl realization of a wave rippling effects, full-screen mode reality. can control the wave of change
- 2022-05-11 02:32:52下载
- 积分:1