-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-12-14 02:40:03下载
- 积分:1
-
OpenGL初级学习的经典例程open inventor
OpenGL初级学习的经典例程open inventor-OpenGL and open inventor
- 2022-02-04 17:35:27下载
- 积分:1
-
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。
使用opengl开发的3d碰撞检测的源程序。使用vc6和opengl库开发。-source code about Three-Dimension Collision using OpenGL and VC6
- 2023-03-30 21:45:03下载
- 积分:1
-
三地茶壶网格图
就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,就是一个简单的网格茶壶源代码,
- 2022-11-03 13:35:03下载
- 积分:1
-
佳能矩阵乘法算法,使用OpenMP和C++技术
佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
- 2022-05-18 11:27:53下载
- 积分:1
-
OpenGL三的火焰效果,可以控制强度和火焰的位置,…
OpenGL 实现的三种火焰效果,可以控制火焰强度及位置,含C++源码。-OpenGL three flame effect, can control the intensity and location of the flame, with C source code.
- 2023-06-01 06:55:03下载
- 积分:1
-
利用OpenGL函数实现绘制茶壶图形,包括可视窗口的大小尺寸,窗口背景和绘图功能。...
利用OpenGL函数实现绘制茶壶图形,包括可视窗口的大小尺寸,窗口背景和绘图功能。-Function OpenGL graphics rendering teapot, including the visualization window sizes, the window background and graphics features.
- 2023-03-03 19:40:04下载
- 积分:1
-
OpenGL the latest version of the DLL!
OpenGL glu t32的最新版本的动态库!-OpenGL the latest version of the DLL!
- 2022-03-05 02:25:35下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
利用OPENGL在MFC的单文档视结构中的窗体上绘制了两国三维物体,并且添加了一些相关的背景绘制...
利用OPENGL在MFC的单文档视结构中的窗体上绘制了两国三维物体,并且添加了一些相关的背景绘制-use OpenGL in MFC single document as the structure on the Form 3D rendering of the two objects, and the addition of some relevant background rendering
- 2022-03-07 07:52:02下载
- 积分:1