-
opengl 太阳地球月球系统
利用opengl制作太阳地球月球三者绕行,地球绕太阳运动,月球绕地球运动
- 2023-05-08 11:15:08下载
- 积分:1
-
OPENGL library used in C++ bad habitats developed under the graphic image used.
OPENGL库,用来在C++坏境下开发图形图像用。-OPENGL library used in C++ bad habitats developed under the graphic image used.
- 2022-11-11 13:30:03下载
- 积分:1
-
基于VC的OPENGL三维动画方真及场景漫游系统的实现,详细介绍开发过程...
基于VC的OPENGL三维动画方真及场景漫游系统的实现,详细介绍开发过程-VC-based OpenGL 3D animation side really Walkthrough system and the realization of the development process in detail
- 2022-01-26 02:38:24下载
- 积分:1
-
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值...
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值-Visual C programming OpenGL chapter "source code with a special three-dimensional images open, preservation, compression, rendering the source of great value
- 2022-03-19 03:28:29下载
- 积分:1
-
Prepared by nVIDIA' s CG language on the development of a description. Is a g...
由nVIDIA公司编写的一套关于CG语言的开发介绍。是显卡编程开发人员必备书籍。-Prepared by nVIDIA" s CG language on the development of a description. Is a graphics program developers must have books.
- 2022-01-29 03:51:18下载
- 积分: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
-
Opengl画钟
在c++下用opengl画了个钟。用户输入小时,分钟数就能得到显示出该时间的钟的图形。
钟的图形包括圆形边框,小时刻度,分钟刻度和时针分针。
没有画秒针。
很简单的一个小程序,很适合初学者练手学习
- 2022-01-25 20:58:27下载
- 积分:1
-
This is designed to use OpenGL game code book, very classic, like OpenGL friends...
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。-This is designed to use OpenGL game code book, very classic, like OpenGL friends have shared with everyone.
- 2022-07-27 22:44:08下载
- 积分:1
-
radiometric light demonstration using vc and borders, cg development for graphic...
辐射度光照演示,用vc++和opengl,cg开发c for graphics-radiometric light demonstration using vc and borders, cg development for graphics c
- 2022-02-24 12:22:32下载
- 积分:1
-
机器人简单的手臂
//assignment1.cpp:定义控制台应用程序的入口点。//#include";stdafx.h";#include#include#include#include#include";supportClass.h";include";Mesh.h";include";printmatrix.h";使用命名空间std;
- 2022-03-09 11:34:56下载
- 积分:1