资源列表
openDraw
- OpenGL图形绘制的代码,很实用,很方便。-OpenGL graphics rendering code, very practical, very convenient.
OpenGL-Terrain-master
- opengl terrain Building the sources --- --- --- -- 1 On Windows Just open the solution with vs2010, and press CTRL+F5. 2 On Linux In a terminal, type sh configure.sh , then either: - make config=release32 or - make config=r
OpenGl-Car-Racing-Game-master
- opengl car racing game This are the Controls: W to accelerate. S to decelerate or reverse. D to go right. A to go left. Space bar for break. C to change camera view. -opengl car racing game This are the Controls:
OpenGL-city
- Opengl program opengl_car This is a simpele opengl project to create a car model and move the car model in a street.
BlueSky
- BlueSky is a basic 3D game written in C++ that utilizes OpenGL 3.3. The rendering code and the code required to load .OBJ files are based on the tutorial code available at opengl-tutorial.org. In addition to OpenGL, this project utilizes the GLF
OpenGL-World-Building
- There are currently 239001 quads in the scene. That s almost 500,000 triangles. Do some geometry simplification to bring this WAY down. Tie some of the graphical updates (mostly the rain) to the graphics so that you can actually see the water
transformer2wimp
- transformer to wimp porgram for power system analysis
alpha
- 实现OpenGL混合 opengl混合实现了透明或半透明状态 alpha可以理解为透明度-Achieve OpenGL mixed opengl mix to achieve a transparent or translucent can be understood as transparency alpha
convolutionfilter
- 二维卷积过滤器 卷积是一种像素过滤器 用像素本身以及邻近像素的加权平均值来替换这个像素-Two-dimensional convolution filter Filters of the convolution is a weighted average of the pixel and the neighboring pixels in the pixel itself, the pixel is replaced
FOG
- OpenGL RGBA模式下的5个雾化球体 雾效果 就是使远处的物体看上去逐渐变得模糊 雾描述了一些类似的大气效果-5 atomized spheres OpenGL RGBA mode Fog effect is to make distant objects appear blurred gradually Fog describes some similar atmospheric effects
glshademodeSMOOTH
- 指定OpenGL的着色模型 直线或填充多边形可以用一种颜色绘制 也可以用多种颜色绘制-Specifies the OpenGL shading model You can draw a straight line or filled polygons can be drawn with one color in a variety of colors
gluUnProject
- OpenGL逆变换 opengl可以实现从窗口坐标到实际物体三维坐标的变换-OpenGL inverse transformation opengl can transform coordinates from the window to the actual three-dimensional coordinates of the object