CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - w-

搜索资源列表

  1. nehe_mfc_opengl_appwizard_vc6

    0下载:
  2. Now in MS Visual C++ click on \"File\" then \"New...\", make sure you are on your \"Projects\" tab. You should now see an entry labeled as \"NeHe OpenGL Wizard\" in the list of projects. Click on the one you would like to create, give it a pro
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:595690
    • 提供者:王少楠
  1. Arm1-1

    1下载:
  2. 一个互动机械臂的OpenGL code,Visual C++. s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment's first joint, e Key Moment of the second joints, w Key Moment of the third joints
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:67078
    • 提供者:许家琦
  1. terrainEngine

    0下载:
  2. 国外程序员编写的基于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 mean
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1557023
    • 提供者:郭剑
  1. shpere

    0下载:
  2. OpenGL 编写程序,显示一个球体,要求: 1. 使用线框图表示; 2. 经纬度间隔各为 15 度; 3. 手动计算坐标,不要使用 glutWireSphere ; 4. 推荐使用顶点数组,只计算一次坐标值; 5. A 、 D 键左右旋转 5 度, W 、 S 键上下旋转 5 度 -OpenGL programming, shows a ball, requirements : 1. Use wireframe map;
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8791
    • 提供者:付强
  1. cgprojectFinalFinal

    0下载:
  2. 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 chan
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11594
    • 提供者:顾玮
  1. water_reflect2

    4下载:
  2. 水面反射和折射,提供源代码,通过下面几步实现: 1.设定一个附加裁减平面 2. 并把摄像机位置设置到当然视点对称的位置, 渲染平面以上部分到一个纹理. 3. 将反射平面的顶点传入VS, 并乘以投影矩阵.得到平面投影点的坐标. 4. 将上述插值传入PS, 并同时除以W, 并(projCoord+1.0f)*0.5f. 5. 再查询渲染得到的纹理, 并加入点噪声, 有水波纹的效果. -surface reflection and refraction, providing
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:251777
    • 提供者:hmn
  1. MouseSel_scr

    0下载:
  2. One another approach for picking objects with the mouse in OpenGL scene.-another approach for picking objects w praxiology the mouse in OpenGL scene.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37691
    • 提供者:彭明
  1. greedy

    0下载:
  2. 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:63741
    • 提供者:章为到
  1. backtraing

    0下载:
  2. *零件切割问题: *给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割 *出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形 *板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? *使用回溯算法实现程序。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib g
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:356280
    • 提供者:章为到
  1. 3D_Maze

    2下载:
  2. 用OPenGL 做的一个3D迷宫 用\"W\"\"A\"\"S\"\"D\"控制行走操作 用鼠标控制视角装换
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2276139
    • 提供者:杨怡劼
  1. openlhw2

    0下载:
  2. 這個opengl會產生一個八面體的角錐,透過各自按下a.w.s.d四個鍵,可以各自移動到四個方向並且作旋轉
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1381
    • 提供者:洪先生
  1. Outline_Mode_src

    0下载:
  2. This library is a set of helper classes to hangle OpenGL under Win32 or MFC applications. It was originally written by W.Weyna.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:245518
    • 提供者:Xiaobin Zhang
  1. 3D-PALL

    0下载:
  2. 该程序可实现工程上三面视图变换及轴侧图变换; 程序介绍(含数据文件) 一.实现步骤 1.从数据文件中读入立体的顶点数、面数、面上顶点数;读入顶点表DJ(即点集),面表SF。 2.初始化V面、H面、W面、正轴侧、斜二侧等投影变换矩阵. 3.调用矩阵相乘函数,计算DJ*T,结果存放到点集矩阵C中。 其中DJ为立体的点集矩阵; T为V面、H面、W面、正轴侧、斜二侧等投影变换矩阵. 4.平移变换后的图形,使其全部移到当前坐标系的第三象限.见步骤1
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1453
    • 提供者:保文星
  1. 太阳与走时

    0下载:
  2. w s a d 上下左右 z c 太阳的走向 1 2 太阳的对应的时间和经纬度的显示-w s levels have a d c z direction of the sun 1 2 Phoenix, the corresponding time and the display of latitude and longitude
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:70582
    • 提供者:牛牛
  1. turning ball

    0下载:
  2. w a s d 和小键盘的操作 调节球体的细微的空间变化!-w d s a small keyboard and adjust the operation of the Spheres minor changes in space!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:20383
    • 提供者:牛牛
  1. WalkIn3DWorld

    0下载:
  2. 一个可以自由行走的3D场景,使用Q,W,E,A,S,D六个键控制。-one can take free exercise of 3D scenes, the use of Q, W, E, A, S, D keys to control six.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:363267
    • 提供者:陈立雪
  1. CameraRove

    0下载:
  2. 一个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.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:345153
    • 提供者:孙首乙
  1. 4.4

    0下载:
  2. 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Texture Effect 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 W:场景中央蝶形曲线/蝶形曲面的切换 -5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Texture Effect scene control: ESC: exi
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:239431
    • 提供者:徐颖
  1. Show3D

    0下载:
  2. 用OpenGL实现了3D地形的加载以及模型,按w向前走,按s向后走,按a、d分别向左右走。-OpenGL implementation with a 3D terrain model of the load and, according to w to move forward, according to s walk backward, according to a, d, respectively, to go around.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-20
    • 文件大小:34930445
    • 提供者:占剑
  1. ww

    0下载:
  2. 本程序实现以下功能: 1.绘制茶壶(T) 2.添加光照(T) 3.添加纹理(T) 4.鼠标左键控制茶壶旋转(T) 操作步骤:按鼠标左键茶壶旋转,按一次旋转30°。 5.鼠标右键控制茶壶平移(T) 操作步骤:按鼠标右键茶壶向右移动,每次移动0.5厘米 6.键盘控制茶壶纹理的变化(T) 操作步骤:按键盘的 w 和 s 键实现纹理的改变 7.键盘方向键控制camera的前进后退,左移和后移 (T) 操作步骤:按键盘的四个方向键实现茶壶四种方向的移动
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:2441
    • 提供者:pengjie
« 12 3 »
搜珍网 www.dssz.com