资源简介
里面包含bin文件,glew的include,lib和src,freeglut的include和lib,还有gltools的include,lib和src,编译和测试基于vs2015社区版
代码片段和文件信息
/*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2015 Nigel Stewart
** Copyright (C) 2002-2008 Milan Ikits
** Copyright (C) 2002-2008 Marcelo E. Magallon
** Copyright (C) 2002 Lev Povalahev
** All rights reserved.
**
** Redistribution and use in source and binary forms with or without
** modification are permitted provided that the following conditions are met:
**
** * Redistributions of source code must retain the above copyright notice
** this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright notice
** this list of conditions and the following disclaimer in the documentation
** and/or other materials provided with the distribution.
** * The name of the author may be used to endorse or promote products
** derived from this software without specific prior written permission.
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
** AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
** ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
** LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR
** CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF
** SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS
** INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN
** CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
** ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF
** THE POSSIBILITY OF SUCH DAMAGE.
*/
#include
#if defined(GLEW_OSMESA)
# define GLAPI extern
# include
#elif defined(GLEW_EGL)
# include
#elif defined(_WIN32)
# include
#elif !defined(__ANDROID__) && !defined(__native_client__) && !defined(__HAIKU__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
# include
#endif
#include /* For size_t */
#if defined(GLEW_EGL)
#elif defined(GLEW_REGAL)
/* In GLEW_REGAL mode we call direcly into the linked
libRegal.so glGetProcAddressREGAL for looking up
the GL function pointers. */
# undef glGetProcAddressREGAL
# ifdef WIN32
extern void * __stdcall glGetProcAddressREGAL(const GLchar *name);
static void * (__stdcall * regalGetProcAddress) (const GLchar *) = glGetProcAddressREGAL;
# else
extern void * glGetProcAddressREGAL(const GLchar *name);
static void * (*regalGetProcAddress) (const GLchar *) = glGetProcAddressREGAL;
# endif
# define glGetProcAddressREGAL GLEW_GET_FUN(__glewGetProcAddressREGAL)
#elif defined(__sgi) || defined (__sun) || defined(__HAIKU__) || defined(GLEW_APPLE_GLX)
#include
#include
#include
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 198656 2015-03-15 14:28 OpenGL\bin\freeglut.dll
文件 348672 2015-12-03 21:08 OpenGL\bin\freeglutd.dll
文件 341504 2016-11-20 21:27 OpenGL\bin\glew32.dll
文件 169984 1998-08-18 16:25 OpenGL\bin\glut.dll
文件 221184 2009-08-17 20:34 OpenGL\bin\glut32.dll
文件 703 2015-03-14 15:34 OpenGL\freeglut-3.0\include\GL\freeglut.h
文件 10682 2015-03-14 15:34 OpenGL\freeglut-3.0\include\GL\freeglut_ext.h
文件 27470 2015-07-22 08:45 OpenGL\freeglut-3.0\include\GL\freeglut_std.h
文件 660 2015-03-14 15:34 OpenGL\freeglut-3.0\include\GL\glut.h
文件 39732 2015-03-14 15:19 OpenGL\freeglut-3.0\lib\freeglut.lib
文件 92413 2016-11-20 21:27 OpenGL\glew-2.0.0\include\GL\eglew.h
文件 1058609 2016-11-20 21:27 OpenGL\glew-2.0.0\include\GL\glew.h
文件 74992 2016-11-20 21:27 OpenGL\glew-2.0.0\include\GL\glxew.h
文件 64124 2016-11-20 21:27 OpenGL\glew-2.0.0\include\GL\wglew.h
文件 631602 2016-11-20 21:27 OpenGL\glew-2.0.0\lib\glew32.lib
文件 2141998 2016-11-20 21:27 OpenGL\glew-2.0.0\lib\glew32s.lib
文件 1096659 2016-07-24 00:43 OpenGL\glew-2.0.0\src\glew.c
文件 571682 2016-07-24 00:43 OpenGL\glew-2.0.0\src\glewinfo.c
文件 41916 2016-07-24 00:43 OpenGL\glew-2.0.0\src\visualinfo.c
文件 4729 2011-05-07 21:48 OpenGL\GLTools-master\include\GLBatch.h
文件 2078 2011-05-07 21:48 OpenGL\GLTools-master\include\GLBatchba
文件 14940 2011-05-07 21:48 OpenGL\GLTools-master\include\GLfr
文件 12103 2011-05-07 21:48 OpenGL\GLTools-master\include\GLFrustum.h
文件 2994 2011-05-07 21:48 OpenGL\GLTools-master\include\GLGeometryTransform.h
文件 5941 2011-05-07 21:48 OpenGL\GLTools-master\include\GLMatrixStack.h
文件 4550 2011-05-07 21:48 OpenGL\GLTools-master\include\GLShaderManager.h
文件 7032 2011-05-07 21:48 OpenGL\GLTools-master\include\GLTools.h
文件 4423 2011-05-07 21:48 OpenGL\GLTools-master\include\GLTriangleBatch.h
文件 28769 2011-05-07 21:48 OpenGL\GLTools-master\include\math3d.h
文件 3461 2011-05-07 21:48 OpenGL\GLTools-master\include\StopWatch.h
............此处省略24个文件信息
- 上一篇:哈工大 软件工程Git实验报告
- 下一篇:三种关于飞思卡尔智能车的测速程序
相关资源
- openGl 飞机模拟
- opengl绘制三维模型可用鼠标控制旋转
- opengl三维场景
- 计算机图形学opengl+shader几个
- opengl简单地形绘制
- OPENGL三维场景搭建、漫游、交互_vs2
- 基于体渲染的OpenGL烟雾模拟程序
- openGL下雨现象模拟
- OpenGL三维图形程序设计(Windows版)
- OpenGL实现鼠标旋转缩放平移操作
- Instagram Filters 破解了Instagram App的几十
- opengl 3d obj模型加载,贴图
- 实时计算机图形学 第二版英文版pdf格
- OpenGL实践三:水面涟漪的逼真绘制毕
- Opengl实现的Ray Casting 光线投射算法
- 天空盒(opengl)
- opengl图形学实验七 不同的光照渲染
- OpenGL-Nehe完整中文教程和全部源代码
- 扫描线填充算法的OpenGL实现
- OpenGL soil库与布置方法,位置
- 基于opengl的杯子模型
- opengl 红宝书 计算机图形学红宝书 图
- 一套基于QT、GDAL、OpenGL的遥感影像显
- OpenGL 画荷花
- OpenGL安装包+安装指导Windows平台
- freeglut,包括.dll、.h和.lib文件,完美
- OpenGL的虚拟校园漫游系统的设计与实
- 基于OpenGL的Loop网格细分
- OPenGL地层时适渲染LOD
- OpenGL使用画家算法实现隐藏面的消除
评论
共有 条评论