-
opengl旋转矩形 绕某一点旋转
用opengl实现旋转矩形,共三种实现方法 ,包括
140203(1):单一变化 原地旋转(乘旋转矩阵)
140203(2):复合变化 绕某点旋转(平移 旋转 反平移)
140203(3):利用已知函数绕某点旋转 (有点问题,坐标轴也旋转,即函数是对所有图画旋转)
- 2022-11-24 21:05:03下载
- 积分:1
-
用opengl开发图像处理系统
用opengl开发图像处理系统-use opengl Image Processing System Development
- 2023-02-01 05:30:04下载
- 积分:1
-
One used to play FLCFLI the 3DS animation format control
一个用来播放 FLCFLI 的 3DS 动画格式控件-One used to play FLCFLI the 3DS animation format control
- 2023-03-30 00:25:03下载
- 积分:1
-
德国Signsoft公司的用于Opengl编程的控件,可直接调用.3ds文件创建虚拟仿真环境,这是另外几个事例包。有兴趣的刻意一起研究!...
德国Signsoft公司的用于Opengl编程的控件,可直接调用.3ds文件创建虚拟仿真环境,这是另外几个事例包。有兴趣的刻意一起研究!
-Signsoft Opengl programming for the control, direct calls .3 ds document creation of virtual simulation environment, this is another example of several packages. Interested deliberate together!
- 2022-11-16 21:20:03下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
介绍了视区变换函数,分别在两个绘图区中用不同的图案绘制图形,并设置是否清空背景...
介绍了视区变换函数,分别在两个绘图区中用不同的图案绘制图形,并设置是否清空背景-introduced as the District transform function, respectively, in two areas Mapping using different shapes, drawing, and whether or not it cleared background
- 2023-03-29 01:55:03下载
- 积分:1
-
绝对是原创的OPENGL代码 希望大家指教 虽然很幼稚 但是我最开始用OPENGL写的代码...
绝对是原创的OPENGL代码 希望大家指教 虽然很幼稚 但是我最开始用OPENGL写的代码-is absolutely original OpenGL code hope we enlighten although most naive but I started writing code OpenGL
- 2023-04-24 02:00:03下载
- 积分:1
-
this program is based on the opengl vc programming, through mouse to choose obje...
本程序是基于vc的opengl编程,通过鼠标选择物体,从而可以进行图像交互功能,有很好的参考价值。-this program is based on the opengl vc programming, through mouse to choose objects, which can image interactive function, a good reference value.
- 2022-05-15 18:11:44下载
- 积分:1
-
opengl简单光照效果例程
opengl简单光照效果例程-opengl simple lighting effect routines
- 2022-08-19 00:54:27下载
- 积分:1