-
基于VC和OpenGL的三维场景漫游
基于VC和OpenGL的三维场景漫游, 可以前后左右移动,用方向键和鼠标控制
- 2023-03-06 21:25:03下载
- 积分:1
-
用opengl写的简单的灯光移动时产生的不同颜色的物体,只适合于初级者...
用opengl写的简单的灯光移动时产生的不同颜色的物体,只适合于初级者-Written in a simple to use opengl lighting mobile when objects of different colors are only suitable for those in primary
- 2022-12-12 09:00:03下载
- 积分:1
-
绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转-Drawing of a tetrahedron, a cube, a hexagon graph with differen
绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转-Drawing of a tetrahedron, a cube, a hexagon graph with different colors, so that rotating graphics! ! !
- 2022-02-05 20:45:44下载
- 积分:1
-
opengl红宝书第五版的示范程序,适合初学者调试
opengl红宝书第五版的示范程序,适合初学者调试-opengl Red Treasure Book for the fifth edition of the model procedures for beginners Debugging
- 2022-08-15 22:53:30下载
- 积分:1
-
Create with opengl a sphere and rotat
Create with opengl a sphere and rotat
- 2022-12-25 23:15:03下载
- 积分:1
-
bezier曲线。简单的。
相当简单,相当之简单
bezier曲线。简单的。
相当简单,相当之简单-Bezier curves. Simple. Very simple, very simple
- 2022-03-24 15:47:53下载
- 积分:1
-
Image processing procedures for OpenGL programming Chap06_Terrain.rar
图像处理程序OpenGL编程Chap06_Terrain.rar-Image processing procedures for OpenGL programming Chap06_Terrain.rar
- 2022-07-21 04:45:29下载
- 积分:1
-
OPENGL中实现多边形的扫描线算法,能够动态地表现多边形的填充过程。...
OPENGL中实现多边形的扫描线算法,能够动态地表现多边形的填充过程。
-achieve OpenGL polygon scan line algorithm performance can be dynamically polygon filling process.
- 2022-12-16 04:10:03下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
VB+OpenGL编写的二维图形系统,可移动,缩放
VB+OpenGL编写的二维图形系统,可移动,缩放-VB+ OpenGL prepared by two-dimensional graphics system, which can move, zoom
- 2022-03-23 06:08:30下载
- 积分:1