-
MIT课程 计算机图形学 6_837 Assignment 8.htm 贝赛尔虚线 BSpline 及相互转换 和 相应曲面的绘制...
MIT课程 计算机图形学 6_837 Assignment 8.htm 贝赛尔虚线 BSpline 及相互转换 和 相应曲面的绘制 -MIT Computer Graphics courses 6_837 Assignment 8.htm Bessel dashed BSpline and mutual conversion and the corresponding surface rendering
- 2022-01-25 16:01:56下载
- 积分:1
-
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。-OpenGL prepared using a three-dimensional curves and surfaces simulation procedures. Very suitable for beginners and familiar with the three-dimensional curves and surfaces concept.
- 2022-04-23 19:07:39下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1
-
基于mfc的opengl创建
本人基于VS2010在mfc的对话框下,进行opengl程序的编写,三维视图的建立,代码亲测有效
- 2023-06-08 17:00:09下载
- 积分:1
-
Image processing procedures for OpenGL programming Chap07_Puzzle.rar
图像处理程序OpenGL编程Chap07_Puzzle.rar-Image processing procedures for OpenGL programming Chap07_Puzzle.rar
- 2023-03-04 11:25:03下载
- 积分:1
-
Print Preview opengl an example of procedures, by calling the method shows that...
opengl打印预览的一个实例程序,通过调用方法实现显示界面的快速打印-Print Preview opengl an example of procedures, by calling the method shows that the rapid printing interface
- 2022-02-25 18:08:27下载
- 积分:1
-
lesson18 OpenGL tutorial examples of bcb6
OPENGL教程lesson18的bcb6例子-lesson18 OpenGL tutorial examples of bcb6
- 2023-01-22 20:30:04下载
- 积分:1
-
openGL读obj文件构建三维模型
资源描述
openGL读取obj文件构建三维模型:
1) 使用半边结构(half edge data structure)读入一个三维网格模型,并在屏幕上显示;
2) 支持仅显示网格效果,仅显示顶点效果(自己设定顶点颜色),仅显示三角面效果(自己设定面颜色)以及同时显示面和边的效果;
3) 要读入的模型见附件“eight.uniform.obj”;
4) 四种显示方式参考效果见附件“模型显示.png”。
- 2023-08-09 17:00:06下载
- 积分:1
-
计算机图形学OpenGL立方体旋转
计算机图形学 OPENGL旋转立方体-Computer Graphics OpenGL rotating cube
- 2022-02-02 14:53:15下载
- 积分:1
-
opengl粒子系统
粒子系统表示三维计算机图形学中模拟一些特定的模糊现象的技术,而这些现象用其它传统的渲染技术难以实现的真实感的 game physics。经常使用粒子系统模拟的现象有火、爆炸、烟、水流、火花、落叶、云、雾、雪、尘、流星尾迹或者象发光轨迹这样的抽象视觉效果等等。
- 2022-06-26 15:04:35下载
- 积分:1