CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - interaction in opengl

搜索资源列表

  1. Selection

    0下载:
  2. This the last tutorial of the Advanced section. In the previous tutorials we learnt to create some sophisticated 3D Graphics using OpenGL. But graphics applications require some form of interaction with the objects on the scene. In this tutorial we w
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:28975
    • 提供者:akszhf
  1. DataViewer3dlib

    0下载:
  2. 在C#环境下自己基于CSGL开发了一个三维数据点可视化控件,包括了openGL三维可视化控件的开发,以及一个测试程序。可视化控件功能包括:读入三维数据点、显示、鼠标交互等。-C# environment in their own development based on CSGL a three-dimensional visualization of the control data points, including three-dimensional visualization openG
  3. 所属分类:OpenGL

    • 发布日期:2012-12-10
    • 文件大小:157295
    • 提供者:hlt
  1. dffs

    2下载:
  2. 3D作业 opengl c++ 简单场景转动 贴图 不是用camera做的 还有用简单的长方体和球堆砌出来的机器人 简单的键盘交互 也可以鼠标交互 在鼠标那里可以自己改-3D operations opengl c++ simple rotating scene mapping camera doing more than using a simple rectangular and the ball fabricated robot interaction can also be a simp
  3. 所属分类:3D Graphic

    • 发布日期:2014-05-29
    • 文件大小:3458544
    • 提供者:徐慧慧
  1. interaction

    0下载:
  2. OpenGL中实现人与电脑的交互,内含详细的代码和说明(老师给的)-OpenGL to achieve interaction with the computer containing the code and explain in detail (to the teacher)
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:386095
    • 提供者:洪凡
  1. fluxus-0.16.tar

    0下载:
  2. Fluxus is a rapid prototyping livecoding environment written in C++ and extensible in scheme/lisp it allows fast/easy interaction with a opengl stack which can generate procedural visuals as well as sound, perfect for game prototyping or rapid evalua
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-26
    • 文件大小:9213431
    • 提供者:greboide
  1. aurio

    0下载:
  2. 设置的远程I /输入和输出o音频单元。 *使用OpenGL的音频波形图形显示。 *使用诸如窃听和用户交互捏接触事件 *使用音频会议服务来处理的响应路线的变化和重新配置的单位。 *使用音频会议服务,以作为并行输入和输出的音频会议类别。 *使用音频会议服务发挥简单的警报声音。-* Set up the remote i/o audio unit for input and output. * Use OpenGL for graphical display of a
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-04
    • 文件大小:168029
    • 提供者:hd
  1. Manderbrot_V1_01

    0下载:
  2. OpenGL和VC++6.0实现的二维Manderbrot集合,并且重写了各种回调函数,提供了基本的用户交互功能。-OpenGL and VC++6.0 to achieve the two-dimensional Manderbrot collection, and rewrite a variety of callback function, provides the basic user interaction capabilities.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:10790
    • 提供者:陈文强
  1. smarthome

    0下载:
  2. 随着硬件平台的升级,系统的功能和性能也将得到增强。而人机交互不良好将降低用户的使用体验,阻碍系统的普及应用,也同时限制用户对系统功能的使用。如何能够实现良好的人机交互成为一个迫切需要解决的问题。本文为智能家居系统设计并实现了三维图形化人机交互界面。在用OpenGL实现系统之后,发现与真实环境存在较大距离。-As the hardware platform upgrade, the system s functionality and performance will be enhanced. T
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5805289
    • 提供者:guoshihui
  1. MFC-opengl

    0下载:
  2. 利用opengl在MFC中添加动态视图,并增加了一些交互效果。-Add in the MFC using opengl dynamic view, and add some interaction effects.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:35131
    • 提供者:zhc
  1. OpenGL-and-3DS

    0下载:
  2. 基于OpenGL 的3DS 模型的导入与控制。研究了在VC++6.0 环境下利用OpenGL 导入3DS 模型的两种方法,并给出了具体实现 过程和技术要点,两种导入方法比较结果说明:读入3DS 文件类的方法优于文件转换法,导 入的模型图的失真度很小,并可方便实现平移、旋转、缩放、拾取等人机交互控制. 关键词:OpenGL;3DS 模型;人机交互-Import and Control of 3DS Models Based on OpenGL GAO Hai-fang1,
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:5250
    • 提供者:jinking
  1. 3DSLoader

    0下载:
  2. 本代码用Vc++语言与OpenGL函数库编写,可以导入3Ds格式的三维图像,并绘制出来,可实现简单交互,适用于opengl初学者。-This code with Vc++ language and OpenGL libraries written in 3Ds format can import three-dimensional image, and draw out simple interaction can be achieved, for opengl beginners.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2387795
    • 提供者:eric
  1. OBJLoader

    0下载:
  2. 本代码用Vc++语言与OpenGL函数库编写,可以导入OBJ格式的三维图像,并绘制出来,可实现简单交互,适用于opengl初学者。-This code with Vc++ language and OpenGL libraries written in OBJ format can be imported into three-dimensional image, and draw out simple interaction can be achieved, for opengl beginn
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:836492
    • 提供者:eric
  1. project

    3下载:
  2. 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统.必做部分: 1、学习3DS Max 的基本功能,并采用3DS Max 对三维场景进行建模,要求 场景中包含建筑物、道路、天空等基本元素,实现场景的纹理贴图功能。 2、通过3DS Loader 读取场景数据。。 3、学习并使用OpenGL 或DirectX 3D 实时绘制上述场景。 4、提供用户界面,并实现场景的交互漫游功能。 选做部分: 1、在场景中添加了三维地形。 2、实现雾这种气象条
  3. 所属分类:3D图形编程

    • 发布日期:2014-06-20
    • 文件大小:17279734
    • 提供者:
  1. 2

    0下载:
  2. Use of keyboard and mouse interaction in opengl drawing.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:935
    • 提供者:Evan
  1. OpenGL-interaction

    0下载:
  2. OpenGL交互式,通过鼠标中健弹出式菜单选择绘制对象的颜色-EnglishSpanishArabic AlphaOpenGL interactive health pop-up menu in the mouse to select the drawing color of the object
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:1348
    • 提供者:庄翔
  1. OpenGL

    0下载:
  2. :以MOTOMAN—SV3X机器人为原型,针对遥操作虚拟预测环境建模的需要,首先将机器 人进行分解.在3DS MAX中建立各个局部几何模型,然后在Visual C-4--4-6.0环境下读取模型参 数。借助OpenGL图形库建立机器人及其工作环境的几何模型,并建立机器人运动的层次关系,实 现虚拟从机器人的平滑运动显示。最后,成功完成了虚拟环境中物体抓取的仿真实验。该方法将 3DS MAX的强大功能与OpenGL的灵活交互相结合,满足了虚拟预测环境建模的形象和逼真的要 求,缩短
  3. 所属分类:Project Design

    • 发布日期:2017-11-15
    • 文件大小:240185
    • 提供者:caowenming8
  1. openGL_test

    1下载:
  2. 旋转木马源程序 供openGL学习参考。各基础功能模块齐全,有简单的交互、纹理。为了方便附件中还包括GLUI包。GLUT的包请自行下载。-The source is for openGL learning reference. The basic function module is complete, there is a simple interaction, texture. In order to facilitate the annex also including GLUI pack
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-07
    • 文件大小:8557841
    • 提供者:zhang
  1. taiqiu

    0下载:
  2. android3D游戏OpenGL ES开发实例,台球游戏。 具体的功能如下: 欢迎动画界面 ,游戏运行后首先进入的界面。 菜单界面,用户可以在菜单界面进行菜单选择。 游戏的音效,游戏的过程中需要在适当的位置添加上音效,并且可以对音效进行开与关闭的设置 。 游戏帮助,本游戏需要添加帮助界面,简单介绍游戏的基本功能及玩法。 游戏关于,简单介绍该游戏的开发小组。 键盘操控,主要是完成玩家与游戏的交互。 练习模式和对战模式的开发,增加游戏玩法,玩家根据情况选择游戏模式
  3. 所属分类:android

    • 发布日期:2017-11-17
    • 文件大小:8015396
    • 提供者:夏啊
  1. OpenGL-Spot

    0下载:
  2. OpenGL编程 实现点光源,键盘交互,可以移动光源,来观察物体表面的亮度变化。-OpenGL programming point source, keyboard interaction, you can move the light source, to observe changes in the brightness of the object' s surface.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:826495
    • 提供者:
  1. openGL

    0下载:
  2. OPENGL的简单交互与操作代码,文本里有源代码以及一些相应解释-OPENGL a simple interaction with the operating code, the text in the source code as well as some interpreted accordingly
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:12416
    • 提供者:L
« 12 »
搜珍网 www.dssz.com