-
水是一个小型项目,灵感来自于我的留言论坛。后水。
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
-
MFC + OPENGL 动态雷达扫描图
使用线程来停止/开始画图 ,VS2010 ,MFC 在picture control控件上,使用OPENGL绘图,绘制动态雷达扫描图,扇形是透明效果,内有详细注释
- 2022-03-05 05:53:50下载
- 积分:1
-
OpenGLOpenGLESdifference
OPENGL与OPENGL ES的异同 很简单 很使用-OpenGLOpenGLESdifference
- 2022-05-23 10:36:26下载
- 积分:1
-
将球和阴影投影在平面上,适合于三维游戏专业…
移动的小球并在平面投射阴影,适合3D游戏编程-Moving the ball and the shadow projection in the plane, suitable for 3D Game Programming
- 2022-02-02 03:19:23下载
- 积分:1
-
一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例...
一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例-with an MFC dialog window shows the OpenGL animation, can study how the news VC mapping and OpenGL window shows examples of animation
- 2023-04-27 23:45:04下载
- 积分:1
-
CVC++图形文字识别OCR控件及示例R
简约不简单的OCR开发包图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的—要价太高;自己做—难度太大。其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支持多种图形格式(bmp,jpg,tif)。
- 2022-03-10 18:15:46下载
- 积分:1
-
openGL source code, using Bezier curves realized OPENGL
openGL源代码,用OPENGL实现了Bezier曲线-openGL source code, using Bezier curves realized OPENGL
- 2022-11-08 16:15:02下载
- 积分:1
-
3D function graphics
3D function graphics
- 2022-10-19 07:00: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
-
OpenGL新功能
OpenGL新功能--顶点缓冲区-OpenGL new features-- Vertex Buffer
- 2022-06-20 07:35:55下载
- 积分:1