-
OpenGL的模型和光源,光线和角度可以调整位置…
opengl模型和光源,光源和视点可以调整位置 注:红色立方体不是光源,光源为不可见的. 我是初学做的不怎么好.-opengl model and the light source, light and perspective can be adjusted position Note : red cube is not light, light source is not visible. I was learning to do very well in this aspect.
- 2022-12-08 01:05:03下载
- 积分:1
-
OPENGL入门之 曲线描绘
OPENGL入门之 曲线描绘-OpenGL domain curve depicts
- 2022-09-22 22:25:02下载
- 积分: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
-
利用VC++6.0和OpenGL绘制简单的奥运五环,对于初学OpenGL的人来说是个简单有效的学习型代码。...
利用VC++6.0和OpenGL绘制简单的奥运五环,对于初学OpenGL的人来说是个简单有效的学习型代码。-Using VC++6.0 and OpenGL rendering easy the five rings of the Olympic Games, for the people learning OpenGL is a simple and effective learning-oriented code.
- 2022-02-28 21:52:46下载
- 积分:1
-
用c++和opengl写的,对水滴进行模拟,效果很不错
用c++和opengl写的,对水滴进行模拟,效果很不错-Using c++ and opengl written simulation of water droplets, the effect is pretty good
- 2022-09-22 18:35:03下载
- 积分:1
-
OpenGL编程的程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-12-19 08:30:03下载
- 积分:1
-
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。...
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。-In MFC, the use of OpenGL to achieve a process of collapse of a dam on the border, as well as a physical barrier definition.
- 2022-02-12 00:15:12下载
- 积分:1
-
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。...
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。-MFC about an environment based on OpenGL programming books, for those who need to use MFC to OpenGL programming that some people should assist.
- 2022-08-20 23:41:38下载
- 积分:1
-
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作...
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作
- 2022-10-10 03:30:03下载
- 积分:1
-
移动,映射,OpenGL应用程序,用于实验的程序代码
移动,地图,OPENGL应用,实验程序代码
- 2022-10-13 08:50:03下载
- 积分:1