-
一个OpenGL例子,我学了一下OpenGL,写了这个代码。
一个OpenGL例子,我学了一下OpenGL,写了这个代码。-An OpenGL example, I learned about OpenGL, wrote this code.
- 2022-05-14 07:29:07下载
- 积分:1
-
SHOPNC O2O 系统
php source ,前台开源,ShopNC多用户商城,采用了全新的框架体系,呈现给您不同于以往的操作模式,更简约的界面,更流畅的搜索机制,更具人性化的管理后台操作,更适应现在网络的运营模式解决方案,为您的创业之路打下了坚实的基础,你们的需求就是我们的动力。我们在原有的C-C模式的基础上更增添了时下最流行的团购频道,进一步的为您提高用户的活跃度以及黏性提供帮助。
- 2023-08-12 06:45:13下载
- 积分:1
-
OpenGL 3D Graphics Programming Intermediate opengl study books
OpenGL三维图形程序设计 中级opengl学习用书-OpenGL 3D Graphics Programming Intermediate opengl study books
- 2022-12-03 18:45:03下载
- 积分:1
-
使用 c + + 编写的模拟水液滴幻灯片
这是简单的两个基础 psimulation 的水滑梯沿垂直墙,使用了 D2Q9 LBM 模型 !
- 2023-01-13 18:55:03下载
- 积分:1
-
共同探讨,以便我们大家统统提高,OpenGL开发框架与应用举例...
共同探讨,以便我们大家统统提高,OpenGL开发框架与应用举例-explore, in order to improve all of us, OpenGL and Application Development Framework, for example
- 2022-03-02 19:42:04下载
- 积分:1
-
在vc环境下调用opengl绘制心形的带状nurbs曲面
在vc环境下调用opengl绘制心形的带状nurbs曲面-in vc environment called opengl rendering the heart-shaped strip NURBS surfaces
- 2022-04-07 12:22:26下载
- 积分:1
-
基于OpenGL编的一个射击游戏,在三维场景下的利用vc实现的恐怖之城。...
基于OpenGL编的一个射击游戏,在三维场景下的利用vc实现的恐怖之城。-OpenGL-based provision of a shooting game, in under three-dimensional scene using vc realize the horrors of the city.
- 2022-03-16 19:23:13下载
- 积分:1
-
基于OpenGL的虚拟主台XEM干草,马
Sach openGL hay, tai ve ma xem
- 2022-05-15 19:54:27下载
- 积分:1
-
使用opengl,实现最基本的纹理映射,适合初学者使用
使用opengl,实现最基本的纹理映射,适合初学者使用-Use opengl, texture mapping to achieve the most basic for beginners to use
- 2022-08-08 17:55:15下载
- 积分: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