-
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换-Depth the use of graphics, a Bezier curve between the conversion and BSpline
- 2023-08-12 14:35:03下载
- 积分:1
-
用OpenGL实现的一个小游戏 包括人机交互
人工智能的实现
用OpenGL实现的一个小游戏 包括人机交互
人工智能的实现-Using OpenGL realize a small game, including the realization of human-computer interaction Artificial Intelligence
- 2022-07-25 15:13:28下载
- 积分:1
-
显示地震剖面对地震专业的学生来说显示地震剖面特别重要本程序实现了地震剖面的绘制...
显示地震剖面对地震专业的学生来说显示地震剖面特别重要本程序实现了地震剖面的绘制-Seismic profiles show that the earthquake professional students who show the seismic profiles of particular importance to realize this process of mapping the seismic profiles
- 2022-03-21 21:11:22下载
- 积分:1
-
一个mfc的应用小程序,使用opengl编写,可以用鼠标拖动圆球转动...
一个mfc的应用小程序,使用opengl编写,可以用鼠标拖动圆球转动-A mfc application of small programs, using opengl write, you can drag with the mouse ball rotation
- 2022-06-16 12:10:02下载
- 积分:1
-
一个3D效果的初学程序
资源描述这是一个基础的图像3D处理,这用于刚入门的朋友,可以接触到入门学的3D图形处理,效果是出现一个环境草原的围栏,根据图片来决定,我给出的是一个围栏草地。
- 2022-07-28 05:21:31下载
- 积分:1
-
OpenGL读取txt,asc文件实现三维点云显示
OpenGL读取txt,asc文件实现三维点云显示,本人亲自运行,成功运行。
- 2022-01-26 01:06:20下载
- 积分:1
-
包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多...
包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。还包含一个OpenGL教程-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. Because of the limited energy, the original code did not make any notes. To simplify programming for consideration, in many places designated constant, GM declined to handle. Also includes an OpenGL Guide
- 2022-02-16 10:01:15下载
- 积分:1
-
:为解决机器人实验教学问题,本文在Visual C ++ 6. 0 平台上,基于OpenGL ,开发了机器人图形仿真系统。对机器人
进行了三维实体几何造型,...
:为解决机器人实验教学问题,本文在Visual C ++ 6. 0 平台上,基于OpenGL ,开发了机器人图形仿真系统。对机器人
进行了三维实体几何造型,并实现了其空间运动仿真,可再现机器人运动全过程,实现机器人的示教仿真。该机器人仿真
系统大大的方便了机器人教学。-Appl ication of computer virtual simulation on robot teaching
- 2022-05-12 21:08:30下载
- 积分:1
-
OpenGL教学,画图
OpenGL教学,画图-OpenGL teaching, painting
- 2022-03-15 03:06:44下载
- 积分: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