Welcome![Sign In][Sign Up]
Location:
Search - opengl de

Search list

[OpenGL programOpenGLSDK

Description: good de opengl sdk kankan -good de opengl sdk kankan
Platform: | Size: 693248 | Author: stan1 | Hits:

[OpenGL programdemo

Description: OpenGL编程,为了下载源码,自己的宝贝儿都拿出来了,国外网站收费下载的。-OpenGL programming, in order to download the source code, their own precious children are out of the foreign site download fees.
Platform: | Size: 11264 | Author: 梁四 | Hits:

[OpenGL programjogl_demo

Description: JOGL是在java环境下使用OpenGL的一种方式,这些代码来自Dr. Andrew Davison的Pro Java 6 3D Game Development一书,给出了在JOGL中使用OpenGL的两种编程框架。 Web Site for the book: http://fivedots.coe.psu.ac.th/~ad/jg2
Platform: | Size: 22528 | Author: Boris Here | Hits:

[OpenGL program(1)Smoke

Description: OpenGL 烟雾演示 delphi版本的 可以很方便的转化为vc版 演示效果很真实-OpenGL smoke delphi demo version can be easily transformed into a vc version is a true demonstration of the effect of
Platform: | Size: 59392 | Author: 白改朝 | Hits:

[GDI-BitmapOpenGL_DEMO

Description: 用OpenGl写的一个很有趣的程序,值得大家一起学习学习 ,-Using OpenGL wrote a very interesting process, it is worth studying and learning together,
Platform: | Size: 756736 | Author: hubin | Hits:

[OpenGL programRead3ds

Description: 一个完善读取3ds的例子,包括文理,光照,摄像等-3ds read a perfect example, including the liberal arts, light, camera, etc.
Platform: | Size: 3964928 | Author: 张杰 | Hits:

[3D GraphicOpenGl_desk

Description: 使用OPenGL绘制三维场景,比如桌子,花草,圆锥体,包含纹理映射,运动和视角转换-Three-dimensional rendering the use of OPenGL scenes, such as tables, flowers, cone, including texture mapping, movement and perspective conversion
Platform: | Size: 6144 | Author: 海天空 | Hits:

[OpenGL programSistemadeEcuacionesGaussJordan

Description: Aplicacion hecha en Delphi y OpenGL que resuelve sistemas de ecuaciones por el metodo de Gauss Jordan
Platform: | Size: 265216 | Author: carlos | Hits:

[androidModelRenderer

Description: Android下基于OpenGL ES技术来载入MD2模型文件,可以比较好的载入模型。-Android Based on OpenGL ES technology to load MD2 model file, you can load the model better.
Platform: | Size: 352256 | Author: 辛瑞超 | Hits:

[OpenGL programOpenGL

Description: Open GL Point de vue mobile
Platform: | Size: 8192 | Author: mariem | Hits:

[Industry researchSpaceFlightDynamics

Description: The ballistic category of atmospheric vehicles includes missiles, launch ve- hicles, and entry capsules. Some missiles and launch vehicles incorporate fi ns as aerodynamic stabilizing and control surfaces. The spacecraft are also catego- rized according to their missions, such as low-earth orbit, medium-earth orbit, geosynchronous orbit , lunar, and interplanetary spacecraft. Each mission is defi ned by the payload, and orbital elements of the fi nal orbit. Of course, a reusable launch vehicle, such as the space shuttle, is also a spacecraft with a unique mission. -The ballistic category of atmospheric vehicles includes missiles, launch ve- hicles, and entry capsules. Some missiles and launch vehicles incorporate fi ns as aerodynamic stabilizing and control surfaces. The spacecraft are also catego- rized according to their missions, such as low-earth orbit, medium-earth orbit, geosynchronous orbit , lunar, and interplanetary spacecraft. Each mission is defi ned by the payload, and orbital elements of the fi nal orbit. Of course, a reusable launch vehicle, such as the space shuttle, is also a spacecraft with a unique mission.
Platform: | Size: 7983104 | Author: kalaiarasan.R | Hits:

[OpenGL programdemo_rotate

Description: GLES测试代码,对于认识opengl ES有很好的帮助,拿出来与大家分享-GLES test code, for opengl ES has a good understanding of the help out to share with you
Platform: | Size: 8192 | Author: 张海 | Hits:

[OpenGL programCOURBES-NURBS-3D-DANS-OPENSCENEGRAPH

Description: Ce programme affiche une courbe NURBS et les anneaux de sa surface tubulaire associée en 3D. Selon le manipulateur de caméra (voir main.cpp), vous pouvez bouger la caméra avec la souris, ou bien vous balader le long la courbe avec les touches haut et bas. OpenSceneGraph est un moteur 3D temps réel libre utilisant OpenGL. Les NURBS sont des courbes paramétrées avec points de contrô le, vecteur de noeuds et poids pour chaque point. Il est alors facile d éditer des formes complexes en 3D à la main ou à la souris grâ ce à ces courbes. Les algorithmes de la courbe NURBS viennent principalement du livre "The NURBS book". Les numéros de page sont indiqués. Cette source montre également un exemple simple de manipulateur de caméra en dérivant osgGA::MatrixManipulator.
Platform: | Size: 20480 | Author: abdelghni | Hits:

[OpenGL programOpenGL-Fractal

Description: Fractal, creado bajo las condiciones del ejemplo del libro de Computacion Grafica con OpenGL de Hearn.
Platform: | Size: 1024 | Author: hackera | Hits:

[OpenGL programInstrucciones-basicas-de-openGl

Description: Opengl basics instructions
Platform: | Size: 82944 | Author: daniel palacios | Hits:

[Internet-NetworkOpenGL-Fractal

Description: Fractal, creado bajo las condiciones del ejemplo del libro de Computacion Grafica con OpenGL de Hearn.
Platform: | Size: 1024 | Author: fromth | Hits:

[OpenGL programBezierCurve

Description: 使用OpenGL编写的Bezier曲线绘制程序(使用de Casteljau算法)。鼠标左键添加控制点(数目不限),右键清屏。-Bezier curve drawing program using OpenGL(de Casteljau algorithm).Left mouse button to add control points (unlimited number), right-clear screen.
Platform: | Size: 47104 | Author: 张坤 | Hits:

[Software Engineeringiluminar-con-opengl

Description: Iluminar con opengl, instrucciones opengl para la iluminación de una escena, activar y desactivar luces y caracteristicas de estas
Platform: | Size: 26624 | Author: Mertxe | Hits:

[OpenGL programB样条曲线反求_OpenGL环境--数据点加入输出点列

Description: 三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.(Three non uniform B spline curve in reverse: given data points, reverse control points, node vector, according to the given precision, equal interval, discrete B spline curve, output discrete points, simulate the real curve. This algorithm includes the de boor Kaugs algorithm, the node vector algorithm, inverse control point, and node insertion technique. Compared with reference to engage in graphics friends.)
Platform: | Size: 978944 | Author: 沙-粒 | Hits:

[3D Graphicdrjpv

Description: Use of natural gradient algorithm, Join repetitive control, Realize image watermarking, de-noising, plus noise and other functions.
Platform: | Size: 7168 | Author: qbueujp | Hits:
« 12 3 4 »

CodeBus www.codebus.net