-
opengl游戏编程 书中实例的第3章代码
opengl游戏编程 书中实例的第3章代码-opengl game programming book, Chapter 3 code examples
- 2022-04-30 00:51:38下载
- 积分:1
-
图形学实现旋转光照纹理3D等效果
c++,openfl,纹理,光照,旋转,3D图形学实现旋转光照纹理3D等效果
- 2023-07-15 11:35:04下载
- 积分:1
-
OpenGL图像元素的绘制
这是我写的一个OpenGL程序,实现了对点、线、面等基本图像元素的绘制,可以通过键盘进行控制。功能简单清晰,源码易于理解,适合OpenGL初学者进行观看。
- 2022-02-02 03:05:41下载
- 积分:1
-
图形图像编程mfc opengl
图形图像编程mfc opengl-graphics programming mfc opengl
- 2023-02-19 18:00:03下载
- 积分: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
-
: 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
-
stl_viewer
opengl显示STL文件源代码,03 年版本的,有需要的同志可以参考,很有使用价值,你懂得。STL文件是三角面片文件。
- 2022-03-20 00:52:35下载
- 积分:1
-
OpenGL编程与实例
OpenGL编程与实例-OpenGL programming examples and
- 2022-12-02 23:00:03下载
- 积分:1
-
一个不可多得的3D世界漫游,NEHE最新的code之一
一个不可多得的3D世界漫游,NEHE最新的code之一-a rare 3D world roaming, NEHE one of the latest code
- 2022-03-18 12:33:58下载
- 积分:1
-
一个Opengl程序,响应鼠标,双视口,希望对有需要的朋友有所帮助。...
一个Opengl程序,响应鼠标,双视口,希望对有需要的朋友有所帮助。-A opengl procedures, in response to the mouse, double as the mouth, and they hope to have a friend in need help.
- 2023-04-28 21:35:03下载
- 积分:1