-
OpenGL编写的烟花屏保
利用OpenGL编写的烟花屏幕保护,烟花升空时还有烟花燃放的声音和鞭炮声,程序里利用FMOD库实现了播放MP3等声音文件的功能。屏幕保护程序的关键是对以下两个入口函数的编写:1、屏幕保护处理程序入口函数LRESULT WINAPI ScreenSaverProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)2、屏幕保护设置对话框BOOL WINAPI ScreenSaverConfigureDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
- 2022-02-03 17:33:40下载
- 积分:1
-
盒子中飞出气球
#include "stdafx.h"
#include "welcome.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainFrame
IMPLEMEN
- 2022-03-18 11:49:16下载
- 积分:1
-
导弹发射模拟动画源码
一个模拟导弹发射动画的VC++OpenGL源码,有一定的借鉴意义,版权归原作者。
- 2023-05-25 20:35:04下载
- 积分:1
-
用强大的OpenGL实现模拟飞机飞行的控制.也包括模拟飞行的环境,山河,太阳等...
用强大的OpenGL实现模拟飞机飞行的控制.也包括模拟飞行的环境,山河,太阳等-OpenGL used to achieve a powerful simulation of aircraft flight control. Also includes simulated flight environment, mountains and rivers, the sun, etc.
- 2023-08-26 22:10:03下载
- 积分:1
-
osg立体图形绘制代码
osg立体图形绘制代码
- 2023-01-07 22:50:03下载
- 积分:1
-
PBRT,非常好的学习真实感绘制的源代码
PBRT,非常好的学习真实感绘制的源代码-PBRT, very well-photorealistic rendering study the source code
- 2023-08-11 15:05:06下载
- 积分:1
-
vc++,采用OpenGL库,实现车体运动
vc++,采用OpenGL库,实现车体运动-vc++, using OpenGL libraries to achieve the body movement
- 2022-02-25 13:16:03下载
- 积分:1
-
have included this Multiple Document Interface example here because any game dev...
have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to use multiple windows that allow perspective and orthographic views. In my search of the internet I was unable to find any example code that showed how to program an OpenGL Multiple Document Interface application using just straight Win32 programming with no MFC so I decided to program it myself. This MDI example only shows the same scene in each child window but should be easily understandable and modifiable by anyone familiar with programming a standard MDI application using the Win32 API. I will follow up this example with a more complete editor example.
- 2022-01-31 20:36:34下载
- 积分:1
-
opengl实现obj模型进行八叉树空间分割
在opengl上读取obj3d模型,利用八叉树进行模型空间分割,搜索边界,内部,外部模型。该算法也避免了模型有空洞的缺陷。算法快速,简单易行。可以借鉴学习。
- 2022-02-12 17:41:21下载
- 积分:1
-
use the OpenGL Development Kit 1, and I hope to be helpful
利用MFC开发的OpenGL开发包1,希望对大家有帮助-use the OpenGL Development Kit 1, and I hope to be helpful
- 2022-04-13 01:59:25下载
- 积分:1