-
opengl_rotateandzoom
利用opengl程序来实现椭球体的绘制,设置窗口的背景色,实现顶点、线框、面的方式显示,可以对椭球体进行旋转以及沿着XYZ轴缩放,以模拟现实
- 2022-07-18 01:13:36下载
- 积分:1
-
本代码通过对OpenGL库的引用实现了一带纹理的茶壶绕水平中心线旋转的动画。...
本代码通过对OpenGL库的引用实现了一带纹理的茶壶绕水平中心线旋转的动画。-The code adopted by reference to the OpenGL library to achieve the texture of the pot along the centerline of rotation around the level of animation.
- 2022-03-30 07:50:53下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1
-
一个简单的用OpenGL绘制的场景的代码,比较简短,非常适合于初学者使用。...
一个简单的用OpenGL绘制的场景的代码,比较简短,非常适合于初学者使用。-A simple scene using OpenGL rendering code, relatively brief, very suitable for beginners to use.
- 2022-12-31 03:05:04下载
- 积分: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
-
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!-Delphi environment using OpenGL loading obj 3D model, it is a good example of the read!
- 2022-03-22 15:43:29下载
- 积分:1
-
在OpenGL环境下实现不同面的构造效果。
在OpenGL环境下实现不同面的构造效果。-This program can perform defferents result in openGL.
- 2022-03-10 07:16:13下载
- 积分:1
-
cg project
- 2022-02-25 20:19:54下载
- 积分:1
-
太阳能OpenGL系统
应用背景Sistema的EM C++ OpenGL Energia太阳能 ;通用域名格式- ;texturas-舞动国际-可怕的çõES- Lua- planetas-星关键技术OpenGL的C++轮状çOES3D键盘翻译 ;透视纹理
- 2022-04-27 08:18:54下载
- 积分: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