-
交互式计算机图形学--自顶向下方法与OpenGL应用(第三版 影印版)源代码...
交互式计算机图形学--自顶向下方法与OpenGL应用(第三版 影印版)源代码-interactive computer graphics-- from the top-down approach with the OpenGL application (third edition copy version) source code
- 2023-07-18 13:25:03下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2022-08-17 11:32:04下载
- 积分:1
-
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。...
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。-use and development based vc6 pbuffer extended from screen rendering procedures for the realization of MRT rendering.
- 2022-01-31 15:36:17下载
- 积分:1
-
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!...
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!-The method is explained in detail the various principles of the collision as well as the opengl application for a collision!
- 2023-09-01 23:05:04下载
- 积分:1
-
OpenGL 3D模型
资源描述
3D建模和真实感图形绘制
- 2022-05-17 11:22:24下载
- 积分:1
-
提供一个模板源码,演示如何在VB下开发OpenGL程序
提供一个模板源码,演示如何在VB下开发OpenGL程序-provide a template source code, a demonstration of how developed in Visual Basic procedures OpenGL
- 2022-01-25 16:46:48下载
- 积分: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-02-12 08:32:15下载
- 积分:1
-
本程序主要实现了对网的物理实时模拟,其中用到了opengl,是出学者的学习编程的好例子....
本程序主要实现了对网的物理实时模拟,其中用到了opengl,是出学者的学习编程的好例子.-This procedure mainly realize the real-time simulation of physical network, which uses opengl, is a scholar of learning a good example of programming.
- 2023-07-20 13:35:04下载
- 积分:1
-
三维纹理,opengl
三维纹理,opengl- Three dimensional texture, opengl
- 2023-08-25 19:50:03下载
- 积分:1