-
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。-OpenGL How to read bmp file, and the window of the map stored as bmp files.
- 2022-03-25 13:11:59下载
- 积分:1
-
a Opengl the Fortran
一个基于Fortran的Opengl程序,给出了使用一般Fortran开发Opengl的框架。-a Opengl the Fortran-based procedures, given the use of general Opengl Fortran development framework.
- 2022-08-13 15:16:08下载
- 积分:1
-
OpenGL 官方红宝书 大量例程
OpenGL 官方红宝书 大量例程-official OpenGL Red Treasure Book lot routines
- 2022-01-21 20:15:33下载
- 积分:1
-
佳能矩阵乘法算法,使用OpenMP和C++技术
佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
- 2022-05-18 11:27:53下载
- 积分:1
-
图形学实验一
图形学实验 名称:二维卡通人脸交互设计与控制
目的与要求:根据OpenGL提供的直线,多边形绘制算法,实现基于鼠标交互的卡通人物设计与绘制。使用颜色填充与反走样技术对人脸进行绘制。实现对卡通人脸的交互控制,点击鼠标左键可以对人脸进行拖拽移动。按“↑”按键能够实现卡通人脸绕坐标原点进行旋转。
附加要求:选中其中的一个多边形区域,点击鼠标右键,弹出一个菜单,可以对该区域进行不同颜色的选择。
- 2022-07-22 12:22:04下载
- 积分:1
-
opengl 中文显示2D图形,其中有些缺点,请大家指正,
opengl 中文显示2D图形,其中有些缺点,请大家指正,-opengl Chinese display 2D graphics, some of which are shortcomings, please correct me,
- 2022-03-02 21:31:18下载
- 积分:1
-
这是一个演示OpenGL
this a demo for opengl
- 2022-06-21 12:54:57下载
- 积分:1
-
OpenGLOpenGLESdifference
OPENGL与OPENGL ES的异同 很简单 很使用-OpenGLOpenGLESdifference
- 2022-05-23 10:36:26下载
- 积分: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
-
一个教您如何将这些彩色对象绕着坐标轴旋转的opengl程序,使得我们能够非常精确地旋转对象。效果相当不错!...
一个教您如何将这些彩色对象绕着坐标轴旋转的opengl程序,使得我们能够非常精确地旋转对象。效果相当不错!-one teaches you how these objects around the color coordinates rotating opengl procedures, allowed us to be very precise to rotate objects. The results are pretty good!
- 2023-08-02 14:00:04下载
- 积分:1