-
: NURBS 方法因其表示法的同一性、形状控制灵活性,在曲面造型和重构中具有重要作用. 该文通过分析,完
成了在MFC 中用OpenGL 实现NURBS...
: NURBS 方法因其表示法的同一性、形状控制灵活性,在曲面造型和重构中具有重要作用. 该文通过分析,完
成了在MFC 中用OpenGL 实现NURBS 曲面的绘制及裁剪,为在逆向工程中实现基于型值点的曲面拟合和裁剪奠
定了基础.-: NURBS said because of the Identity Act, shape control flexibility. In surface modeling and remodeling plays an important role. Through the analysis, completion of the MFC using OpenGL NURBS surface mapping and tailoring, in reverse engineering-based value point of surface fitting and cutting laid the foundation.
- 2022-02-05 16:28:06下载
- 积分:1
-
使用cg和opengl实现的程序,希望大家能够喜欢。
使用cg和opengl实现的程序,希望大家能够喜欢。-Cg and opengl realize the use of the procedure, I hope everyone can be like.
- 2022-06-18 12:01:09下载
- 积分:1
-
水是一个小型项目,灵感来自于我的留言论坛。后水。
Water is a small mini project inspired by a post in my message forum. The post was talking about whether or not it would be possible to create a water effect by modifying the waving flag tutorial. I stripped the flag of it s texture, put stars in the background, set up 3 layers of waving material, and used some simple blending to make it look as though the three layers were waves rippling across the screen. The effect isn t great, but it s cool looking!
- 2022-02-04 10:40:12下载
- 积分:1
-
OpenGL 进行绘图程序,可以参考参考。
OpenGL 进行绘图程序,可以参考参考。-OpenGL for drawing program, can refer to the reference.
- 2023-05-03 18:50:02下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
graphics third experiment, the two main line drawing algorithm.
图形学第三次实验报告,主要实现两种画线的算法。-graphics third experiment, the two main line drawing algorithm.
- 2022-08-11 16:18:42下载
- 积分:1
-
Delphi系统采用OpenGL演示旋转的地球。
Delphi system which using OpenGL that demonstrating rotating Earth.
- 2022-01-25 19:06:40下载
- 积分:1
-
这是OpenGL和MFC示例演示。
OpenGl与MFC结合的简单例子,适合初学者学习OpenGL,程序比较简单-it is OpenGl and MFC sample Demo.
- 2023-04-03 23:10:03下载
- 积分:1
-
opengl es 1.0 简单的例程,常用的接口基本动用上了
opengl es 1.0 简单的例程,常用的接口基本动用上了-opengl es 1.0 samplecode
- 2022-12-29 04:30:04下载
- 积分:1
-
这是一个简单演示的图形算法
这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
- 2022-06-18 03:51:41下载
- 积分:1