-
ar多标记lizi
artoolkit中的自带例子程序,添加了自己用opengl写的一个小例子,可以正常运行,在键盘也可以操作,有一个小互动。不过目前写的比较简单,没有贴图,只是个简陋的小例子,还请您给予修改,让他变的完善一些。
- 2022-09-21 18:50:03下载
- 积分:1
-
A lot of people asked me, "So how do i put it all together?"
I have taken some...
A lot of people asked me, "So how do i put it all together?"
I have taken some of the other tutorials and created this piece of eye candy.
It uses slightly modified versions of the Bouncing Ball and Water Ripple tutorials.-A lot of people asked me, "So how do i put it all together," I have taken some of the other tutorials and created this piece of eye candy. It uses slightly modified versions o f the Bouncing Ball and Water Ripple tutorials.
- 2022-03-02 22:23:25下载
- 积分:1
-
OpenGL编程的程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-12-19 08:30:03下载
- 积分:1
-
MFC Opengl三维控件
应用背景
1当二维自定义控件的绘制效果无法满足图形需求时,需要考虑三维控件的可行性;
2在三维控件中,可绘制立体的效果;
3 可在二维图形程序中,绘制三维的图表,如饼图。曼哈顿图等;
关键技术
1 mfc自绘制控件的技术实现;
2 opengl基本绘制图形
3 opengl图形框架,包括编辑,旋转,视图缩放等
4 提供了三维投影,拾取基础类的代码;
5 自定义控件派生自static控件;
void COpenglWnd::Paint()
{
InitOpengl();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//////////////////////////////////////////////////////////////////////////
glPushMatrix();
glTranslated(0,0, -m_OpenglSize.GetEyeDistance() );
RenderOpengl();
glPopMatrix();
HDC m_hgldc = ::GetDC(m_hWnd);
::SwapBuffers(m_hgldc);
}
- 2023-04-10 06:30:03下载
- 积分:1
-
opengl虚拟地形
opengl编程篇,是一个关于虚拟地形场景漫游,导弹发射的程序,很适合初学者的,值得研究
- 2022-04-28 10:27:02下载
- 积分:1
-
GPU
基于GPU的流体力学仿真程序(需要Geforce3以上显卡)-GPU-based fluid dynamics simulation program (PII/400 need more graphics)
- 2022-03-26 14:30:22下载
- 积分:1
-
OpenGL演示之雷神之锤,把最好的东西给大家分享,交个朋友!...
OpenGL演示之雷神之锤,把最好的东西给大家分享,交个朋友!-OpenGL demo Zhi Quake, the best thing for everyone to share, to make friends!
- 2022-03-12 23:20:32下载
- 积分:1
-
opengl,VC++代码能够实现摄像机漫游,具体请看演示程序
opengl,VC++代码能够实现摄像机漫游,具体请看演示程序-opengl, VC++ code to realize the camera roaming, see the specific demo program
- 2022-10-06 12:55:03下载
- 积分:1
-
VC++ OPenGL开发的太阳、地球、月亮运行轨迹模拟,初学者可以用。...
VC++ OPenGL开发的太阳、地球、月亮运行轨迹模拟,初学者可以用。-VC++ OPenGL developed by Sun, the Earth, the moon is running trajectory simulation, beginners can use.
- 2022-04-10 17:32:45下载
- 积分:1
-
我们将利用OpenGL API
We will draw as OpenGL API
- 2022-06-26 12:09:27下载
- 积分:1