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

Search list

[OpenGL programTriangle

Description: 这是OpenGL编程的一个简单的例子,主要演示怎样使用颜色及绘制几何图形及物体的最基本的函数,更多的函数你可以在网上或有关书中查到。-This is the OpenGL Programming a simple example. demonstration of how to use the main color and drawing geometric figures and objects in the most basic function, The more you can function in the book online or found.
Platform: | Size: 1168 | Author: andy | Hits:

[OpenGL programglenabledview_demo

Description: An MDI view class supporting OpenGL. (一个opengl程序框架,里面有一个三维坐标球,支持鼠标拖拽调整视图) a function to get various information about the OpenGL implementation which is currently being used (separate information for the OPENGL and GLU libraries). manages internally the creation of display lists and offers a primitive interface for display lists execution. defines mouse cursor to be used inside the views. offers an object oriented encapsulation of quadric objects for drawing of spheres, cylinders and disks. offers an object oriented encapsulation of glu tessellator routines for translating non simple polygons (concave, self-intersecting and with holes) in groups of simple ones (triangle strips and fans). presents a simple interface to draw text strings as 2D bitmaps or complete 3D glyphs.
Platform: | Size: 84237 | Author: wang an | Hits:

[OpenGL programTriangle

Description: 这是OpenGL编程的一个简单的例子,主要演示怎样使用颜色及绘制几何图形及物体的最基本的函数,更多的函数你可以在网上或有关书中查到。-This is the OpenGL Programming a simple example. demonstration of how to use the main color and drawing geometric figures and objects in the most basic function, The more you can function in the book online or found.
Platform: | Size: 1024 | Author: andy | Hits:

[OpenGL programglenabledview_demo

Description: An MDI view class supporting OpenGL. (一个opengl程序框架,里面有一个三维坐标球,支持鼠标拖拽调整视图) a function to get various information about the OpenGL implementation which is currently being used (separate information for the OPENGL and GLU libraries). manages internally the creation of display lists and offers a primitive interface for display lists execution. defines mouse cursor to be used inside the views. offers an object oriented encapsulation of quadric objects for drawing of spheres, cylinders and disks. offers an object oriented encapsulation of glu tessellator routines for translating non simple polygons (concave, self-intersecting and with holes) in groups of simple ones (triangle strips and fans). presents a simple interface to draw text strings as 2D bitmaps or complete 3D glyphs. -An MDI view class supporting OpenGL. (A opengl Framework, which has a three-dimensional coordinates of the ball, drag the mouse to adjust the view to support) a function to get various information about the OpenGL implementation which is currently being used (separate information for the OPENGL and GLU libraries). manages internally the creation of display lists and offers a primitive interface for display lists execution. defines mouse cursor to be used inside the views. offers an object oriented encapsulation of quadric objects for drawing of spheres, cylinders and disks. offers an object oriented encapsulation of glu tessellator routines for translating non simple polygons (concave, self-intersecting and with holes) in groups of simple ones (triangle strips and fans). presents a simple interface to draw text strings as 2D bitmaps or complete 3D glyphs.
Platform: | Size: 83968 | Author: wang an | Hits:

[OpenGL programOpenGL_rotate

Description: 利用OpenGL实现3个物体间的相对运动。程序简单易懂,适合大家学习OpenGL中物体间的旋转和平移操作 -The use of OpenGL to achieve three of the relative motion between objects. Simple procedure, suitable for everyone to learn OpenGL objects between the rotation and translation operation
Platform: | Size: 122880 | Author: zizou | Hits:

[OpenGL programOpenGL-3

Description: 在OpenGL视图中绘制三维物体!几个简单的绘制3维物体的例子!大家参考-OpenGL rendering in view of three-dimensional objects! Draw a few simple examples of 3-D objects! Reference
Platform: | Size: 39936 | Author: yuweihe | Hits:

[OpenGL programOpenGL

Description: 包括:制作简单的OpenGL动画,3DS文件阅读器,浮动窗体中的OpenGL多视图的实现,利用OpenGL绘制三维物体,OpenGL中雾的效果实现,改变显示模式-Include: the production of simple OpenGL animation, 3DS file viewer, floating form of OpenGL realize many view the use of OpenGL rendering three-dimensional objects, OpenGL fog Medium realize the effect of changing the display mode
Platform: | Size: 280576 | Author: 千夏 | Hits:

[OpenGL programOpenGL_jibentuxing

Description: 使用OpengL显示一些简单的物体,以及组合图形!-OpengL show the use of some simple objects, as well as the combination of graphics!
Platform: | Size: 361472 | Author: betterman | Hits:

[Windows Developguanzhaomoxing

Description: 简单光照明模型的基本原理,利用VC+OpenGL实现物体的真实感图形-Simple optical model of the basic principles of lighting, using VC+ OpenGL to achieve realistic images of objects
Platform: | Size: 319488 | Author: zengyunyun | Hits:

[OpenGL programchapter2

Description: 基于c++的opengl简单场景与物体,初学者用-C++ based on the opengl simple scenes and objects, beginners to use
Platform: | Size: 5120 | Author: chenchen | Hits:

[Windows Develop1.4

Description: OpenGL的简单程序,绘制简单的三维物体。程序中绘制了椎体了柱体-A simple OpenGL program, draw a simple three-dimensional objects. Program has drawn vertebral column
Platform: | Size: 69632 | Author: guojian | Hits:

[OpenGL programproj3_luw4

Description: Simple program using OpenGL, my third project in graphics class. Inheriting the 3D objects I created from assignment 2, this time I have to do translation, scaling, and rotation, also rotation on the arbitrary axis, but it is not done correctly, if you follow the comment, you can figure it out. The program is somewhat broken, not function properly. But if you want to see how transformations perform in real vertices transformation, not using GL functions, then check it out. Src written in C.
Platform: | Size: 7168 | Author: luke | Hits:

[OpenGL programassig1-base

Description: 一个学校的作业 OPENGL的 很简单的 三个三维图形-OPENGL a school' s job very simple three dimensional graphics
Platform: | Size: 215040 | Author: panzhenghuan | Hits:

[OpenGL programopenGL-Development

Description: OpenGL是一个图形硬件的软件接口(“GL”即Graphics Library)。这一接口包含了数百个函数,图形程序员可以利用这些函数指定设计高品质的三维彩色图像所需的对象和操作。这些函数中有许多实际上是其他函数的简单变形,因此,实际上它仅包含大约180个左右完全不同的函数。 OpenGL 实用库(OpenGL Utility Library,GLU)和对X窗口系统的OpenGL扩展,为OpenGL提供了有用的支持特性和完整的OpenGL核心函数集。本书详细介绍了这些函数的功能。 包括开发库,近30几个VC源代码例子-OpenGL is a graphics hardware software interface (" GL" is Graphics Library). This interface contains hundreds of functions, graphics programmer can use these function to specify the design of high-quality three-dimensional color images of objects and operations needed. Many of these functions are actually simple deformation of other functions, so in fact it contains only about 180 or so completely different function. OpenGL Utility Library (OpenGL Utility Library, GLU) and the X window system, OpenGL extensions, the OpenGL provides a useful support OpenGL core features and a complete set of functions. This book describes in detail the function of these functions. Including the development of libraries, nearly 30 examples of the source code of several VC
Platform: | Size: 3598336 | Author: 蔡孟超 | Hits:

[OpenGL programOpenGL-Reference-Manual

Description: OpenGL是一个图形硬件的软件接口这一接口包含了数百个函数,图形程序员可以利用这些函数指定设计高品质的三维彩色图像所需的对象和操作。这些函数中有许多实际上是其他函数的简单变形,因此,实际上它仅包含大约180个左右完全不同的函数。 -OpenGL is a graphics hardware software interface (" GL" is Graphics Library). This interface contains hundreds of functions, graphics programmer can use these function to specify the design of high-quality three-dimensional color images of objects and operations needed. Many of these functions are actually simple deformation of other functions, so in fact it contains only about 180 or so completely different function. OpenGL Utility Library (OpenGL Utility Library, GLU) and the X window system, OpenGL extensions (OpenGL Extension to the X Window System, GLX) to provide useful support for OpenGL features and full set of OpenGL core functions. This book describes in detail the function of these functions.
Platform: | Size: 2777088 | Author: 蔡孟超 | Hits:

[OpenGL programSimpleMirror

Description: 画了四个物体:球体,正方体,圆球,圆柱体,再画出一面镜子,可以看到镜子里自己的像。可以移动鼠标旋转查看,也可以通过按键A, D, F ,R 来控制旋转等功能。-Drew four objects:sphere,cube,sphere,cylinder, and then drew a mirror,you can see the image of their own. You also can move the mouse to rotate view, you can also keys A, D, F, R to control the rotation and other functions.
Platform: | Size: 378880 | Author: Jansy | Hits:

[3D GraphicOpenGL

Description: Open GL example - simple creation of 3D objects
Platform: | Size: 6109184 | Author: rux | Hits:

[Delphi VCLopengl

Description: OPENGL is a visual component, which provides a simple user interface for drawing simple OPENGL. User can draw nodes (vertices) on the control s client area and link them together (graph s edges or arcs) by either keyboard or mouse. Currently the component supports three different shapes for the nodes, however the new shapes can be added. The component is fully customizable and has methods for supporting Delphi s clipboard and printer objects.
Platform: | Size: 356352 | Author: dispel5 | Hits:

[OpenGL programchapter2

Description: 基于c++的opengl简单场景与物体,初学者用-C++ based on the opengl simple scenes and objects, beginners to use
Platform: | Size: 5120 | Author: GTONJu | Hits:

[OpenGL program网格显示

Description: 实现一个简单的3D格网显示。所编写的程序除了显示物体的模型外,还要能让用户改变光的位置和物体的颜色。(To achieve a simple 3D grid display. In addition to displaying the model of the object, the program also allows users to change the position of light and the color of objects.)
Platform: | Size: 14734336 | Author: DreamTony | Hits:
« 12 »

CodeBus www.codebus.net