搜索资源列表
计算机图形学二维绘图
- 是计算机图形学的二维绘图程序,包括: 1.图元的生成:直线、椭圆、区域填充 2.样条曲线的生成:Bezier曲线、B-样条曲线 3.分形图形的生成:Julia集、蕨类植物 4.真实感图形的生成(包括:球体、圆柱体)。-is the two-dimensional computer graphics drawing program, including : 1. Figure yuan Generation : li
清华大学-计算机图形学
- 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练
图形学画图程序
- 计算机图形学 图形绘制包括分形 纹理映射 真实感图象-Computer Graphics Rendering including fractal texture mapping photorealistic image
计算机图形学课程实验 源码
有一下功能:
1. 图元的生成:直线、椭圆、区域填充
2. 样条曲线的生成:Bezier曲线、B-样条曲线的生成
3. 分形图形的生成:Koch曲线、Mandelbrot集和Julia集、蕨类植物(任选两个);
4. 真实感图形的生成:显示一个具有真实感场景的图形,几何造型自定义,包括消隐、镜面反射、纹理效果。
计算机图形学的电子书
- 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
清华大学-计算机图形学
- 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练
图形学画图程序
- 计算机图形学 图形绘制包括分形 纹理映射 真实感图象-Computer Graphics Rendering including fractal texture mapping photorealistic image
立方体旋转
- 计算机图形学立方体旋转程序.可用鼠标拖动实现立方体朝不同方向旋转,有较强真实感.-computer graphics cube rotation procedures. Drag the mouse can be used to achieve various directions cube rotation, a strong realistic.
计算机图形学二维绘图
- 是计算机图形学的二维绘图程序,包括: 1.图元的生成:直线、椭圆、区域填充 2.样条曲线的生成:Bezier曲线、B-样条曲线 3.分形图形的生成:Julia集、蕨类植物 4.真实感图形的生成(包括:球体、圆柱体)。-is the two-dimensional computer graphics drawing program, including : 1. Figure yuan Generation : li
OpenGL红宝书(有源码)1
- 本书由OpenGL标准委员会编写,人称“OpenGL红宝书”,是OpenGL领域的权威著作。 本书主要讲述如何使用OpenGL图形系统来编制程序,通过计算机图形学技术来生成具有真实感的图形。代码薇原书代码-the book prepared OpenGL standard, known as the "Red Treasure Book OpenGL" OpenGL is the authoritative publ
rosby
- (计算机图形学)真实感图形生成源码,这个一般大学的图形学课程要做这个实验-(computer graphics) photorealistic graphics generation source, the University of general graphics programs to do this experiment
cg22
- 真实感图形学...简单光照明模型,颜色模型-photorealistic graphics ... simple lighting model, color model
txxzsg
- 计算机图形学里的一些基本算法程序之一 真实感图形学,VC++环境编译-computer graphics, the basic algorithm procedures for photorealistic graphics, VC compiler
graphics
- 在网上找到的《计算机图形学原理及算法教程》一书配套的源码。源码内容包括:三维变换,实时动画,图形剪裁,消隐,真实感图形学等。对于学习图形学还是挺有帮组的。-Online to find the Computer Graphics Principle and Algorithm Tutorial, a book supporting the source. Source include: three-dimensional trans
tuxiangchuli
- 真实感图形学课程设计试验报告:读取一幅图像采用任一种图像处理方法进行处理之后再写成图像文件。 -Realistic graphics, curriculum design, test reports: read an image using any image processing methods of treatment and then write image files.
tuxingxue_1
- 真实感图形学课程设计试验报告:用opengl编写一个简单的程序,实现景物绘制,简单光照以及纹理。 -Realistic graphics, curriculum design test report: using opengl to prepare a simple procedure to achieve landscape mapping, simple lighting and texture.
Computer_Graphics
- 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, c
tuxingxue
- 这是一个真实感图形学的例子,程序中设计了一个从三角网格到加入光照,颜色的球体-This is an example of realistic graphics, the program was designed from a triangular mesh to add light, color ball
Lesson06
- OpenGL实现的三维真实感图形学的演示代码,主要演示了光照明模型-OpenGL graphics realistic three-dimensional realization of the demonstration code, the main demonstration of the lighting model
xx
- 实现了真实感图形学的生产,运用openlg,有报告,有代码-To achieve the realistic graphics production, the use of openlg, have reported that there are code