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

Search list

[OpenGL program实例 100

Description: 简单的OpenGL动画。实现运动彩色立方体的旋转。OpenGl动画主要是通过提供的双缓存实现。一个用来作图,一个用来显示。-simple animation. Moving color cube rotation. OpenGl animation is mainly through the provision of the double-buffering to achieve. For a graphic, a showing.
Platform: | Size: 37888 | Author: 许辉 | Hits:

[OpenGL programviewing

Description: 基于VC和OpenGL的三维场景漫游, 可以前后左右移动,用方向键和鼠标控制-based VC and the OpenGL 3D roaming around can move around using the direction keys and mouse control
Platform: | Size: 1311744 | Author: 11 | Hits:

[Graph program21codes_58567646

Description: 贝赛尔曲线绘制,可以移动控制点-Bessel curve drawing and can move control points.
Platform: | Size: 26624 | Author: lyl | Hits:

[OpenGL programterrainEngine

Description: 国外程序员编写的基于OpenGL的3D地形引擎。 errain Engine I started working on a terrain engine around October 2000. I was deeply moved by screenshots from black and white :) My intention and main goal was to create something visually stunning. This meant writing a terrain texture-generator, and working hard to find good textures and blending modes. The outcome is an engine that hold a (supposedly) 1km by 1km piece of terrain with very high accuracy. There is no triangle-cutting algorithm employed, simple brute-force. I use a large terrain texture and a tiling detail texture. There s a skybox and the terrain reflects on the water. I used OpenGL for this one, employing the OGLC skeleton to avoid most of the opengl-win32 business. You can move through this world using descent keys (a,z, keypad). use w to switch to wire-frame and d to render without the detail texture.-foreign programmers prepared by the OpenGL-based 3D terrain engine. Errain Engine I started working on a terrain eng stimulant around October 2000. I was deeply moved by sc reenshots from black and white : ) My intention and main goal was to create someth ing visually stunning. This meant writing a ter rain texture-generator, and working hard to find good blend textures and ing modes. The outcome is an engine that hold a ('s upposedly) 1km by 1km piece of terrain with very high accuracy. There is no triangle-cutting al gorithm employed. simple brute-force. I use a large terrain textu 're a tiling detail and texture. There's a skybox a nd the terrain reflects on the water. I used Open GL for this one. employing the OGLC skeleton to avoid most of the opengl- win32 business. You
Platform: | Size: 1556480 | Author: 郭剑 | Hits:

[OpenGL programcgprojectFinalFinal

Description: CG做的迷宫游戏,可以用键盘转变视角等. You can enter: w for up to see the sence x for down to see the sence a for seeing left side of the sence d for seeing right side of the sence z for zooming the sence c for shuming the sence s for changing the sence from Solid to Wire Keys 上下左右 to move the ball up/down/left/right -CG done maze game, you can use the keyboard, such as changes in perspective. You can enter : w for up to see the sence for x down to see the sence for seeing a left side of the sence for seeing ri d ght side of the sence for zooming z c for the sence shuming the sence's for changing the sence from S olid next to Wire Keys around to move the ball up/down/l eft/right
Platform: | Size: 1925120 | Author: 顾玮 | Hits:

[OpenGL programrobot123vgv

Description: 用OPENGL写的仿真机器人手臂,可上下左右移动,也可以旋转。非常适合初学者学习OPENGL的开发过程。有详细注释-use OpenGL write simulation robot arm can move around from top to bottom, can rotation. Very suitable for beginners learning OpenGL the development process. Notes detail. .
Platform: | Size: 163840 | Author: 高韬 | Hits:

[OpenGL programMyOpenGL

Description: VB+OpenGL编写的二维图形系统,可移动,缩放-VB+ OpenGL prepared by two-dimensional graphics system, which can move, zoom
Platform: | Size: 155648 | Author: 时光 | Hits:

[OpenGL programStencil_Buffer

Description: 用opengl做的小程序--一座房子,具有旋转,透视,移动,放大缩小等功能。-Opengl little to do with the procedure- a house with a rotation, perspective, move, zoom and other functions.
Platform: | Size: 223232 | Author: 彦竹 | Hits:

[OpenGL programmain

Description: opengl中通过鼠标来移动点光源,使得物体的阴影可以呈现在不同的面上。-opengl mouse to move through point light source, making the shadow of objects can be presented in a different plane.
Platform: | Size: 4096 | Author: liujing | Hits:

[OpenGL programWorldDemo

Description: 基于VC+OPENGL的地形模拟程序,可以通过上下键移动。-Based on VC+ OPENGL terrain simulation program, you can move up and down keys.
Platform: | Size: 578560 | Author: liang dong | Hits:

[Embeded-SCM DevelopBspline

Description: 通过C++和GLUT,用OPENGL 实现的 二次 B spline 曲线渲染。 鼠标左键点击,添加控制点,可以随意移动控制点来改变曲线。 适合OPENGL初学者了解曲线生成过程。-Through the C++ And GLUT, using OPENGL realized quadratic B spline curve rendering. Click the left mouse button, add control points, you can move the control point to change the curve. OPENGL for beginner to understand the process of curve generation.
Platform: | Size: 38912 | Author: dma | Hits:

[OpenGL programtest07

Description: In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so if the previous tutorials are giving you problems, go back and review. It s important to have a good understanding of the basics before you jump into the following code. We re going to be modifying the code from lesson one again. As usual, if there are any major changes, I will write out the entire section of code that has been modified. We ll start off by adding a few new variables to the program. -In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so if the previous tutorials are giving you problems, go back and review. It s important to have a good understanding of the basics before you jump into the following code. We re going to be modifying the code from lesson one again. As usual, if there are any major changes, I will write out the entire section of code that has been modified. We ll start off by adding a few new variables to the program.
Platform: | Size: 1345536 | Author: mwb | Hits:

[OpenGL programOG

Description: 很有参考价值的OPENGL代码,根据二次曲面函数画出其波形,实现的波形的旋转,移动,缩放,光线,材料,背景,填充等设置,包括了OPENGL基本编程的大部分操作。-OPENGL valuable code, according to quadric function draw its waveform, the waveform to achieve the rotation, move, zoom, lighting, materials, background, fill and other settings, including the OPENGL most basic programming operation.
Platform: | Size: 60416 | Author: h | Hits:

[OpenGL programCameraRove

Description: 一个opengl摄像漫游的实例,通过鼠标来上下左右地移动摄像机,可以通过键盘W、S、A和D键来前后左右地移动摄像机。-An example of opengl camera roaming through the mouse to move the camera around from top to bottom through the keyboard W, S, A and D keys to move the camera around.
Platform: | Size: 613376 | Author: 孙首乙 | Hits:

[OpenGL programRotateAndTranslateASierpinski(3Dimension)

Description: 该程序是一个三维的Sierpinski镂垫程序,是在VC++MFC环境下利用OpenGL编写的,并且可以通过鼠标和键盘旋转和移动该三维镂垫,采用递归方法,使用四个初始顶点定义一个四面体,可以随即选取四点作为四面体的四个顶点,条件是4点中任意3点不共线。而在该程序中必须进行隐藏面消除,同时该程序对初学分形理论者可以给予很好的启示。-The program is a three-dimensional Sierpinski gasket procedure is VC++ MFC environment prepared to use OpenGL, and mouse and keyboard can rotate and move the three-dimensional gasket using recursive methods, the use of the four initial vertex the definition of a tetrahedron, you can then select the four points as a tetrahedron of four vertices, on the condition that arbitrary 4:00 not 3:00 collinear. And in the process must be carried out to eliminate the hidden face, while the program for beginner fractal theory can give a good insight.
Platform: | Size: 3556352 | Author: 蒋娟芬 | Hits:

[OpenGL program3DMath-Graphics07052008

Description: OpenGL实现的球链,可以缩放,移动,旋转-OpenGL achieved ball chain, you can zoom, move, rotate
Platform: | Size: 320512 | Author: 林西 | Hits:

[OpenGL programOpenGL_model

Description: 利用OpenGL实现三维动画,可以通过鼠标移动或旋转三维物体-Draw with OpenGL, the object can move and rate with mouse move
Platform: | Size: 2024448 | Author: 胡光东 | Hits:

[OpenGL programcolorcubes

Description: Program to draw a color cube and allow the user to move the camera suitably to experiment with perspective viewing. Use openGL functions.
Platform: | Size: 202752 | Author: Sandesh | Hits:

[OpenGL programopengl-fog

Description: 简单的使用OpenGL生成雾的效果,可以在场景内移动视角,观察雾的效果对场景的影响-Simple to use OpenGL to generate the effect of fog, you can move in the perspective of the scene to observe the effect of fog on the impact of scene
Platform: | Size: 1050624 | Author: sqp | Hits:

[OpenGL programmove

Description: 基于C++的OpenGL ES在3D世界中漫游的教程-OpenGL ES
Platform: | Size: 177152 | Author: 彭圣杰 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net