-
一个很好的OpenGL纹理映射的例子,注意:
在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32...
一个很好的OpenGL纹理映射的例子,注意:
在运行程序之前,请将提供的“DLL*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。
-a good OpenGL texture mapping example Note : Before running the program, I would be grateful if the "DLL *. dll files are copied to the system" Windows (or WinNT) system32 "directory.
- 2023-02-20 14:30:04下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
OpenGL入门实例。囊括各章节源代码。
OpenGL入门实例。囊括各章节源代码。-Getting Started with OpenGL examples. The chapters include the source code.
- 2022-04-10 22:32:41下载
- 积分:1
-
opengl的几十个小案例
整个教程由nehe制作
课程内容由dancingwind(周炜)以及gamedev和csdn的志愿者翻译
最早的翻译应该是由CKER完成的(1~12章)
注:本教程经dancingwind授权发布于http://www.yakergong.com
dancingwind获得Nehe授权
- 2023-03-09 05:35: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
-
use the OpenGL API to write procedures
用API写的OPENGL的程序-use the OpenGL API to write procedures
- 2023-07-05 12:35:03下载
- 积分:1
-
双层次包围盒播放器
我将为每个控件通过沟通的双层次包围盒播放器。
但这种来源是只玩双层次包围盒文件。
在检测到的人体运动,这个软件使用非常重要结构。
- 2023-02-04 05:05:24下载
- 积分:1
-
opengl, 3d graphics. More single
opengl,3d图形。单文档多文档多视图范例-opengl, 3d graphics. More single-file documents multi-view model
- 2022-03-12 20:00:02下载
- 积分:1
-
vc in the environment, with opengl achieve the droplet on a screen protection pr...
在vc的环境下,用opengl实现的关于水滴的一个屏幕保护程序.-vc in the environment, with opengl achieve the droplet on a screen protection program.
- 2023-06-01 13:45:02下载
- 积分:1
-
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!...
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!-This is the use of OpenGL to develop three-dimensional game code book, very classic favorite has to share with friends!
- 2022-04-12 10:39:55下载
- 积分:1