搜索资源列表
B样条曲线反求_OpenGL环境--数据点加入输出点列
- 自己编的三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.-own series of the three non-uniform B-spline curves Reverse : Given a data set, reverse control, vector nodes, according to a
minimalScreenSaver
- This class loads a texture file and prepares it to be used in OpenGL. It can open a bitmap or a targa file. The min filter is set to mipmap b/c they look better and the performance cost on modern video cards in negligible. -This class loads a fi
basicvector
- 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保
Vc_OpenGL_Fog
- 为达到程序的整体和谐,产生雾的效果,本程序包括:A激活雾.B控制雾-procedures to achieve overall harmony, and have the effect of fog, the process includes : A activation fog. B controlled fog
B_
- 1. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。 2. 用鼠标输入一组数据点,插值生成一条B-样条曲线-1 with the mouse to drag the input points as control vertices to generate a B-spline curves, showing the control points and polygons. Pick the curve
MV_models
- 3D模型导入和观察器~~~~~OPENGL- The program function 1. Loading the 3D model by an pop window (only .m file) 2. Displaying the model 2.1 grond Ground (xy-plane)
Opengl3d_cai
- 《学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。 《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。 《学OpenGL编3D游戏》的教学辅助系统CAI由四大块组成: A、程序要点说明 B、程序编制演示 C、程序运行效果 D、源程序- Learning OpenGL made 3D game
glutEx1-vs6
- 首先,画一张有四条腿的桌子,其中四条腿的形状一样位置各异,所以先写一个画桌脚的函数Draw_Leg113(a,b,c),并通过参数把绘制的位置告诉函数。函数的实现较为简单,只需先push,后pop保护当前的矩阵,再经过移位,缩放z轴,绘制cube即可完成。 -First, draw a table has four legs, one of the four legs of different shapes, like the location, so the first leg draw
aa
- 本程序中,首先比较输入的a,b的大小,并把大数装入max,小数装入min中,然后再与c比较,若max小于c,则把c赋予max;如果c小于min,则把c赋予min。因此max内总是最大数,而min内总是最小数。最后输出max和min的值即可。-This procedure, the first comparison of the input a, b of the size, and large numbers into the max, a small number of load min, a
REDBOOK
- OpenGL 程序指导红皮书,Color Plates Glossary (not included in this version) -OpenGL Programming Guide or The Red Book About This Guide Chapter 1: Introduction to OpenGL Chapter 2: Drawing Geometric Objects Chapter 3: Viewing Chapter 4: D
opengl
- 绘制一个多边形,实现以下变换:a) 按字母U或u进行旋转轴的切换:旋转轴为垂直于屏幕的直线,过当前窗口中心或者过物体中心(通过按U/u在两种可能中切换)。改变旋转轴后的变换是在以前发生所有变换的基础上累加进行的。b) 按字母R或r, 物体绕旋转轴分别旋转一个小角度d0或者-d0。 c) 按向上、下、左、或右方向键,物体相对于屏幕向上、下、左、或右平移固定长度L0。d) 按S或s实现物体绕自身中心放大为原来的k或1/k倍,其中k>1为放缩因子。e) 如果按字母i或I, 则取消之前b,c,
VCOpenglcase
- 转发一个简单的图形源码,操作方法: 程序按L键添加光源,按B键添加透明效果,按PageDown远离场景,按PageUp拉近场景。 -Forward a simple graphical source code, methods of operation: press the L button to add the source program, press B button to add a transparent effect, away from the scene by PageD
InnerInsertToB
- 使用内插算法画出B曲线:即与两条直线相切并且无限靠近直线交点的曲线-Interpolation algorithm used to draw B curve: ie as close as two lines and a straight line tangent to the curve of intersection
110BSplineCtrl
- 实现了b样条的绘制,能够添加控制点,以及将控制点进行移动。-Achieve a b-spline drawing, to add control points, and move the control points
main_file
- This a OpenGL C++ code to create Bezier, B-spline curves from User selected points. -This is a OpenGL C++ code to create Bezier, B-spline curves from User selected points.
b-spline3daedit
- VC6+OpenGL实现可编辑的B样条曲面,可用鼠标右键拖拽旋转图形,用左键选择控制点,并拖拽坐标轴沿不同方向移动控制点修改图形。 该程序为成都理工大学软件工程系图形学教学综合应用实例程序,实现了一个可以交互编辑的B样条曲面,综合应用了鼠标追踪球旋转、B样条曲面、OpenGL光照、材质、拾取等三维交互编辑技术-VC6+OpenGL Editable B Spline. You can drag mouse right button to rotate the B Spline surfac
20131127
- OpenGL在窗口中画出一个三角形,三个顶点分别是R\G\B三种颜色,并向中心处渐变-OpenGL to draw a triangle in the window, three vertices are R \ G \ B three colors, to the center of the gradient
B
- 使用OpenGL绘制B样曲线,实现鼠标右键在屏幕中选点,左键可拖动点,三次,四点确定一条曲线-B-spline curves using OpenGL rendering to achieve the right mouse button on the screen selected points, left draggable points, three times, four points determine a curve
B1
- 通过固定的多边形,生成固定的B样条曲线,-By fixing the polygon to generate a fixed B-spline curves,
assig6_modelling
- 基于openGL的代码,在VS2010上 (2)正确完成一种3D图形类的calculateNormal(float*out, float*a, float*b, float*c)函数 (3)正确完成一种3D图形类的calculateNormals()函数 (4) 图形类的构造数中调用calculateNormals() (5) 在图形窗口中显示具有光照效果的3D图形 -OpenGL-based code in VS2010 on (2) completion of on