-
OpenGL作的3D游戏
OpenGL作的3D游戏-OpenGL does 3D plays
- 2022-03-04 07:21:44下载
- 积分:1
-
OpenGL格网显示
在本源码中, 实现一个简单的3D格网显示。所编写的程序除了显示物体的模型外,还要能让用户改变光的位置和物体的颜色,缩放以及图像的动态旋转
- 2022-05-17 10:13:36下载
- 积分:1
-
基于OPENGL的连通图形,多边形画法,
基于OPENGL的连通图形,多边形画法,-connectivity based on OpenGL graphics, polygon method of painting,
- 2022-07-16 14:03: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
-
非常实用的好东西,想学opengl的朋友一定要看的实用教程
非常实用的好东西,想学opengl的朋友一定要看的实用教程-opengl
- 2022-09-17 09:45:02下载
- 积分:1
-
虚拟现实作品
关于一个地球仪的三维空间模型
虚拟现实作品
关于一个地球仪的三维空间模型-Virtual reality works on a globe of the three-dimensional space model
- 2023-06-09 00:50:03下载
- 积分:1
-
OpenGl开发红宝书,有系统的介绍,比较实用。
OpenGl开发红宝书,有系统的介绍,比较实用。-OpenGl Red Treasure Book for development, a system of introducing more practical.
- 2022-12-09 12:50:03下载
- 积分:1
-
This is opengl tutorial, please change rar to exe to use.
This is opengl tutorial, please change rar to exe to use.
- 2022-07-09 11:57:44下载
- 积分:1
-
opengl读取obj文件并显示
用于opengl读取obj文件并包含模糊处理等作用,可进行放大缩小或者存储文件。能够处理大部分的obj文件,具有一定的借鉴作用。
- 2022-02-07 09:27:36下载
- 积分:1
-
OpenGL编写的烟花屏保
利用OpenGL编写的烟花屏幕保护,烟花升空时还有烟花燃放的声音和鞭炮声,程序里利用FMOD库实现了播放MP3等声音文件的功能。屏幕保护程序的关键是对以下两个入口函数的编写:1、屏幕保护处理程序入口函数LRESULT WINAPI ScreenSaverProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)2、屏幕保护设置对话框BOOL WINAPI ScreenSaverConfigureDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
- 2022-02-03 17:33:40下载
- 积分:1