搜索资源列表
opengltest1
- OPENGL 是一个含有很多三维立体API函数库,你可以通过我上传的C++代码来明确它的功能-it is the informantion about the konwledge about OPENGL,if you read you can know about it simple .welcome to my boke download.please wirte down your name and your QQ number ,thus we can communicate wit
OpenFlight_API
- 利用OpenFlight API来读取flt模型文件,底层函数库为OpenGL-Using OpenFlight API to read the FLT model file, the underlying function library is OpenGL.Hope to help you!
OpenGL-API-Reference-Document
- OpenGL API参考文档,内有OpenGL函数用法的详细说明,自带索引,方便翔实,包括gl,glu,glX函数库-OpenGL API reference documentation, there are detailed instructions for using OpenGL functions, built-in indexing, easy and accurate, including gl, glu, glX library
Design-and-Implementation-
- 基于相对低成本的PC 机和OpenGL API 构建了一个完整的飞行视景仿真平台。基于该平台,可以快速定制出特定的视景仿真环 境,满足不同的飞行仿真任务需求。同时,还对视景仿真中的大地形显示等关键算法进行了深入研究,并提出了解决方法。-Design and Implementation of UAV flight visual simulation platform
Moving_Beyond_OpenGL_1.1_for_Windows
- An example of an OpenGL animation loop using the Win32 API.
Kivy API参考
- Kivy是一个用于开发多点触摸应用程序的开源库。它是跨平台(linux/osx/windows/android/IOS),并按照麻省理工学院许可证. 它提供了对许多点触摸输入设备的本地支持,一个不断增长的多触控小部件库和硬件加速OpenGL绘图。Kivy旨在让您尽可能快速、轻松地构建自定义和高度交互的应用程序。 使用Kivy,您可以充分利用Python的动态特性。有成千上万的高质量的免费库可以集成到您的应用程序中。同时,性能关键部件使用Cython.(Kivy is an open source
OpenGL编程指南
- OpenGL 用于渲染2D、3D矢量图形的跨语言、跨平台的应用程序编程接口(API)。这个接口由近350个不同的函数调用组成,用来绘制从简单的图形比特到复杂的三维景象。而另一种程序接口系统是仅用于Microsoft Windows上的Direct3D。OpenGL常用于CAD、虚拟现实、科学可视化程序和电子游戏开发。