搜索资源列表
cup
- 这段代码可以通过一段贝塞尔曲线画出一个杯子,并可以切换纹理。(建议在linux下运行)。 运行:make 编译,./Courbe coupe.glb ,在 coupe.glb 文件中有多项属性可供修改,用来控制纹理文件,纹理大小,控制点个数和控制点坐标。-This code can draw a Bezier curve of a cup, and can switch texture. (Recommendation run in linux). Operation : make comp
这是一个基于qt下的OPENGL应用
- 这是一个基于qt下的OPENGL应用。QT 平台可以在windows,linux下使用,This is a qt-based application under OPENGL. QT platform can be windows, linux use
high-precission-3D-ANALOG-CLOCK
- this a high precission 3d analog clock. written in g++ . it designed for windows but it can work on linux with a lot of modifications. works fine with wine. -this is a high precission 3d analog clock. written in g++ . it designed for win
stellarium-0.10.0
- Stellarium是一款开源的桌面星空软件,可在Linux/Unix, Windows and MacOSX平台上运行。它使用OpenGL对星空进行实时渲染,因此星空效果和你用肉眼,望远镜或者天文望远镜观察到的星空别无二致。 用户可以通过拖拽天空看到头顶上的星际。默认是实时显示,所以波斯的截图就不是夜间版了,夜间版比较有说服力的说。背景的图,就是下图可见的树木房屋之类都是可换的。 不过 Stellarium 貌似对字体有要求,也许是波斯换了语言后没有设置好,如图所见的本来应该显示星球名
OpenGL
- 这是一些运行资料能够在 Linux下的OpenGL编程 -Here are some of the information can run OpenGL programming under Linux
opengl1.pdf.tar
- When you start to program in OpenGL, you might need a decent Integrated Development Environ- ment (IDE). Being free, open-source and platform independent, Eclipse (http://www.eclipse. org/) is an excellent choice. Although officially a Java Devel
Visualization_Library_SDK
- Visualization Library 是一个 C++ 的中间件用来开发基于 OpenGL 2.1 的 2D/3D 应用程序,支持高级特性包括 OpenGL Shading 语言、帧缓冲对象、多目标渲染、Vertex 以及点阵缓冲对象、KdTree/AABB frustum culling 等等。提供一个基于 Unicode 的多语言文本引擎、高级纹理、DDS cubemaps, mipmaps, compressed textures, 等等。特别适合用来开发 3D/2D 的可视化、虚拟现
WorldDemoNew
- OpenGL是个与硬件无关的软件接口,可以在不同的平台如Windows 95、Windows NT、Unix、Linux、MacOS、OS/2之间进行移植。因此,支持OpenGL的软件具有很好的移植性,可以获得非常广泛的应用。由于OpenGL是图形的底层图形库,没有提供几何实体图元,不能直接用以描述场景。但是,通过一些转换程序,可以很方便地将AutoCAD、3DS/3DSMAX等3D图形设计软件制作的DXF和3DS模型文件转换成OpenGL的顶点数组。-OpenGL is a hardware
glew-1.9.0-win32
- GLEW是一个跨平台的C++扩展库,基于OpenGL图形接口。使用OpenGL的朋友都知道,window目前只支持OpenGL1.1的涵数,但 OpenGL现在都发展到2.0以上了,要使用这些OpenGL的高级特性,就必须下载最新的扩展,另外,不同的显卡公司,也会发布一些只有自家显卡才支 持的扩展函数,你要想用这数涵数,不得不去寻找最新的glext.h,有了GLEW扩展库,你就再也不用为找不到函数的接口而烦恼,因为GLEW能自动识 别你的平台所支持的全部OpenGL高级扩展涵数。也就是说,只要包
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
OpenCL
- OpenCL Parallel Programming Development Cookbook OpenCL 编程指南 为了充分利用本书,强烈建议您是软件开发人员或嵌入式软件开发人员,对并行软件开发感兴趣,但不知道在哪里/如何开始。理想情况下,您应该知道一些C或C ++(您可以选择C,因为它比较简单),并且舒适地使用跨平台构建系统,例如Linux环境中的CMake。(To get the most out of this book, it is highly recommended tha