-
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的...
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的箭头键来旋转该色彩立方体,观察它的各边各角。-environment in vc use opengl rendering color cube. This is a sleek-colored cube, the cube corner from the surface of a color gradient is to the right corner of a different color, you can use the keyboard arrow keys to the rotation of the color cube, it"s the observation of the edge angle.
- 2022-09-10 07:05:03下载
- 积分: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 domain collision effects demo
OPENGL入门之 碰撞效果演示-OpenGL domain collision effects demo
- 2022-03-23 03:15:50下载
- 积分:1
-
面积法计算图像的分维,前面几行表示用一曲线扩展为曲面,请根据自己的实际情况改动...
面积法计算图像的分维,前面几行表示用一曲线扩展为曲面,请根据自己的实际情况改动-Area method to calculate the fractal dimension images, in front of a few lines with a curve that extended to surface, please according to their own changes to the actual situation
- 2022-03-24 22:52:02下载
- 积分:1
-
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,...
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,-opengl realize three-dimensional rotation, mainly through vertical and horizontal keys realize, at the same time pick-up function can be achieved,
- 2023-08-03 20:45:02下载
- 积分:1
-
织物模拟,使用弹簧模型,很值得研究
织物模拟,使用弹簧模型,很值得研究- The fabric simulation, uses the spring model, is worth studying
very much
- 2023-06-21 19:35:05下载
- 积分:1
-
采用OPEN GL 开发的基于VC++ 6.0的机器手运动仿真程序
原创开发,在VC++环境下建立了OPENGL视景仿真环境,动画渲染机制,雾化及光照效果等,采用了多级显存的入栈出栈操作,实现了多级机器手的运动显示。相对于其他的实时仿真系统如VEGA等,该方案无需安装环境插件,且效率高,实时性好,可用作实时测控环境。
- 2022-10-27 08:15:03下载
- 积分:1
-
OpenGL:对象列表绘制雪花
opengl 画的 一朵雪花 用了object list-opengl:draw a snowflake with object list
- 2022-01-26 05:29:28下载
- 积分:1
-
相机 1.cpp
无效照相机:设置摄像头
- 2023-06-26 05:45:03下载
- 积分:1
-
OpenGL的绘制烟花程序,非常漂亮,可以绘制不同形状的烟花
OpenGL的绘制烟花程序,非常漂亮,可以绘制不同形状的烟花-fireworks OpenGL rendering procedures, very pretty, drawing different shapes of fireworks
- 2022-03-06 04:16:10下载
- 积分:1