代码搜索:OpenGL
找到约 2,970 项符合「OpenGL」的源代码
代码结果 2,970
www.eeworm.com/read/212217/4937976
sln opengl.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opengl", "opengl.vcproj", "{3575B8F8-C2B0-489C-94F5-E2025B05EB84}"
ProjectSection(Pro
www.eeworm.com/read/208399/4993374
cpp opengl.cpp
#include "../../lib/Fly3D.h"
#include "opengl.h"
HGLRC m_hRC;
unsigned char halftone[]=
{
0xaa,0xaa,0xaa,0xaa,0x55,0x55,0x55,0x55,
0xaa,0xaa,0xaa,0xaa,0x55,0x55,0x55,0x55,
0xaa,0xaa,0xaa
www.eeworm.com/read/208399/4993377
h opengl.h
#include
#include
#define NEAR_PLANE 0.1f
#define NEAR_PLANE_THRESHOLD 0.0f
#define FAR_PLANE 3000.0f
extern HGLRC m_hRC;
int CreateView(HDC hdc);
void ResizeView(int
www.eeworm.com/read/193797/5142557
pas opengl.pas
{*******************************************************}
{ }
{ Borland Delphi Runtime Library }
{ OpenGL interf
www.eeworm.com/read/167562/5456464
cpp opengl.cpp
#include
#include
#ifndef GLU_VERSION_1_2
# error "Required GLU version 1.2 not found."
#endif
int main(int, char **)
{
GLuint x;
x = 0;
return 0;
}
www.eeworm.com/read/167562/5456465
pro opengl.pro
SOURCES = opengl.cpp
CONFIG += x11
INCLUDEPATH += $$QMAKE_INCDIR_OPENGL
for(p, QMAKE_LIBDIR_OPENGL) {
exists($$p):LIBS += -L$$p
}
CONFIG -= qt
LIBS += -lGL -lGLU
www.eeworm.com/read/167562/5459074
prf opengl.prf
QMAKE_LIBS += $$QMAKE_LIBS_OPENGL
QMAKE_LFLAGS += $$QMAKE_LFLAGS_OPENGL