资源简介
光盘中包涵三维模型,源代码,opengl库以及纹理图片。大家一起学习,加油。
代码片段和文件信息
// exam2_1.cpp : Defines the entry point for the console application.
//
// 首先保证正确地安装了OpenGL库,在运行本程序时需要在VC 6.0中设置以下库:
// Project->settings->link->object/library modules 中添加以下库:opengl32.lib glaux.lib
// 考虑程序的后续扩展,最好也添加 glu32.lib库
//
#include “stdafx.h“
#include
#include
#include
void CALLBACK display(void)
{
glClearColor(0.0 0.0 0.0 0.0); // 置背景色为黑色
glClear(GL_COLOR_BUFFER_BIT); // 清除颜色缓冲区
glColor3f(1.0 1.0 1.0); // 设置象素颜色为白色
glMatrixMode(GL_PROJECTION); // 初始化观察参数
glLoadIdentity();
glOrtho(-1.0 1.0 -1.0 1.0 -1.0 1.0);
glBegin(GL_POLYGON); // 绘制多边形
glVertex2f(-0.5 -0.5);
glVertex2f(-0.5 0.5);
glVertex2f(0.5 0.5);
glVertex2f(0.5 -0.5);
glEnd();
glFlush(); // 执行所有的OpenGL命令
}
int main(int argc char** argv)
{
auxInitDisplayMode(AUX_SINGLE | AUX_RGBA);
auxInitPosition(0 0 500 500);
auxInitWindow(argv[0]);
auxMainLoop(display);
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 27 2006-04-14 22:34 OpenInventor\autorun.inf
文件 204904 2004-01-21 11:38 OpenInventor\ch02\exam2_1\Debug\exam2_1.exe
文件 301280 2004-01-21 11:38 OpenInventor\ch02\exam2_1\Debug\exam2_1.ilk
文件 45469 2004-01-21 11:38 OpenInventor\ch02\exam2_1\Debug\exam2_1.obj
文件 187248 2004-01-18 22:04 OpenInventor\ch02\exam2_1\Debug\exam2_1.pch
文件 558080 2004-01-21 11:38 OpenInventor\ch02\exam2_1\Debug\exam2_1.pdb
文件 2248 2004-01-18 22:04 OpenInventor\ch02\exam2_1\Debug\StdAfx.obj
文件 132096 2004-01-21 11:38 OpenInventor\ch02\exam2_1\Debug\vc60.idb
文件 233472 2004-01-21 11:38 OpenInventor\ch02\exam2_1\Debug\vc60.pdb
文件 1099 2004-01-21 11:37 OpenInventor\ch02\exam2_1\exam2_1.cpp
文件 4603 2004-01-21 04:56 OpenInventor\ch02\exam2_1\exam2_1.dsp
文件 539 2004-01-18 22:02 OpenInventor\ch02\exam2_1\exam2_1.dsw
文件 41984 2004-01-21 11:38 OpenInventor\ch02\exam2_1\exam2_1.ncb
文件 48640 2004-01-21 11:38 OpenInventor\ch02\exam2_1\exam2_1.opt
文件 1369 2004-01-21 11:38 OpenInventor\ch02\exam2_1\exam2_1.plg
文件 1214 2004-01-18 22:02 OpenInventor\ch02\exam2_1\ReadMe.txt
文件 294 2004-01-18 22:02 OpenInventor\ch02\exam2_1\StdAfx.cpp
文件 667 2004-01-18 22:02 OpenInventor\ch02\exam2_1\StdAfx.h
文件 180328 2004-01-21 11:38 OpenInventor\ch03\exam3_1\Debug\exam3_1.exe
文件 204612 2004-01-21 11:38 OpenInventor\ch03\exam3_1\Debug\exam3_1.ilk
文件 31259 2004-01-21 11:38 OpenInventor\ch03\exam3_1\Debug\exam3_1.obj
文件 203772 2004-01-19 01:23 OpenInventor\ch03\exam3_1\Debug\exam3_1.pch
文件 443392 2004-01-21 11:38 OpenInventor\ch03\exam3_1\Debug\exam3_1.pdb
文件 2355 2004-01-19 01:23 OpenInventor\ch03\exam3_1\Debug\StdAfx.obj
文件 263168 2004-01-21 11:38 OpenInventor\ch03\exam3_1\Debug\vc60.idb
文件 372736 2004-01-21 11:38 OpenInventor\ch03\exam3_1\Debug\vc60.pdb
文件 994 2004-01-21 11:38 OpenInventor\ch03\exam3_1\exam3_1.cpp
文件 4548 2004-01-19 01:23 OpenInventor\ch03\exam3_1\exam3_1.dsp
文件 539 2004-01-19 01:26 OpenInventor\ch03\exam3_1\exam3_1.dsw
文件 41984 2004-01-21 11:38 OpenInventor\ch03\exam3_1\exam3_1.ncb
............此处省略1314个文件信息
相关资源
- openldap for windows
- 视频人脸追踪
- 刷Breed用Openwrt固件挂MP288打印机服务共
- opencv2410forMinGw
- 学习图像处理最常用的图片很齐全很
- Tesseract 4.0 for VS2015及OpenCV数字识别程
- opencart多商户2.2 2.3part3
- OpenGL_读取PLY文件+光照
- 研究生计算机图形学课件OpenGL
- Computer Vision with OpenCV3 and Qt5完整版
- opentsdb-2.4.0.noarch.rpm
- pb模型转pbtxtopencv调用
- Computer Vision with OpenCV 3 and Qt5
- OPENGL扫描线填充算法
- 基于hog+pca+svm行人检测源码
- 在阿里云上搭建opensips服务器
- Kmeans的opencv实现
- OpenSceneGraph-3.4.0MinGW编译版
- OpenGL ES 3.x游戏开发 上卷 吴亚峰.pdf
- openssl 安装包
- 基于VS2017+opencv3.4.3的立体匹配SGBM与
- 用OpenGL绘制的二维动物
- opengl编写3D的CS小游戏,可运行
- 最新CANFestival源码+stm32测试代码+移植
- 基于opengl的粒子系统
- 利用OpenGL自编程实现球体源码——网
- OpenCV345_build_MinGW32bit
- 06 canOpen PDO远程同步.zip
- Y22 杨普NX OPEN 破解版.rar
- LPC1768库函数实验(lpcopen2.1版本))
评论
共有 条评论