搜索资源列表
J3D
- 用java做的一个立体正方形!可以通过键盘或鼠标实现左右上下移动;放大或缩小: .doc 里面有运行通过的源码和截图~-done with a three-dimensional square! Through the keyboard or mouse up and down about achieving; To zoom in and out : . doc inside running through the source code and screenshots ~
HeightMap
- 基于规则网格DEM数据的地形模拟显示,可以用鼠标和键盘进行漫游.-rules-based grid DEM data of the terrain simulation, it can be used for the mouse and keyboard roaming.
EagleEye
- 使用OpenSceneGraph(OSG)实现简单物体控制和鹰眼图(雷达地图)的效果。 使用鼠标点击场景内的滑翔机对象,再使用键盘方向键控制器左右移动,同时观察鹰眼图中的效果。 VS 2008+OSG 2.6测试通过 模型文件与源代码在同一目录下
vpmotion_drive
- vega prime与C++混合编程实例,模拟驾驶车辆运动,可以左转右转,加速减速,刹车等功能,可以用键盘和鼠标控制。-This sample illustrates the use of the drive motion model (vpMotionDrive). It defines the class myApp, which is derived from vpApp, and overrides the vpApp::onKeyInput() method to allow for
osg1.rar
- osg 图形和文字实现 还有键盘鼠标的按键事件状态等一些,osg- OpenSceneGraph 2d and 3d
dffs
- 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
Camera
- 绘制一个可以用鼠标和键盘控制的旋转立方体。-Drawing a mouse and keyboard can be used to control the rotation of the cube.
flag
- 计算机图形综合实验四,摄像漫游与环视, 绘制至少一个三维物体及场景;在场景中添加上适当的光源,给物体贴上适当的纹理图, 实现摄像漫游:通过鼠标来上下左右地移动摄像机,也可通过键盘W、S、A和D键(或向上、向下、向左和向右方向键)来前后左右地移动摄像机,实现摄像机环视:通过鼠标或键盘旋转摄像机环顾四周,包括左右巡视、向上仰视和向下俯视-Experiment IV computer graphics, camera roaming and looking around, drawing at lea
DynamicWorld
- 使用opengl中的纹理贴图,光照,以及3D模型导入,构造了一个房间,能够使用鼠标和键盘实现虚拟漫游(w,a,s,d)-Use opengl the texture mapping, illumination, and 3D model import, construct a room, be able to use the mouse and keyboard to achieve a virtual roaming (w, a, s, d)
2-b2
- D3D 9.0做的关于灯光和材质的设置,鼠标键盘的设置等-D3D 9.0 on the lights and materials to do the settings, keyboard settings, mouse
wave
- 大规模海浪模拟,由鼠标和键盘可控制方向,包括天空盒、陆地、光照等信息。-Simulation of large-scale waves, can be controlled by the mouse and keyboard direction, including the sky boxes, land, light and other information.
textureBlending
- Direct3D 摄像机,灯光,纹理代码(使用Shader)。 具体包括:通过鼠标和键盘控制摄像机;灯光反射,多层纹理融合,自动生成贴图坐标等等。-Direct3D camera, lighting, texture code (using Shader). Including: light reflection, multi-layer texture blending control the camera via mouse and keyboard automatically gen
final
- 用opengl图形库制作的模拟太阳系各个行星运行示意图,并可以使用鼠标和键盘进行交互操作。-Use opengl graphics library of the simulated solar system schematic diagram of the various planets, and you can use the mouse and keyboard interaction.
wander
- 基于osg的一个漫游器,通过键盘和鼠标在场景中按用户需求漫游,需要自己下载场景文件“ceep.ive”- A roaming manipulator Based on osg.It can roam through the keyboard and mouse in the scene according to user s needs .You need to download the scene file "ceep.ive"
osgWidget2
- 将OSG下的图像嵌入到QWidget中,实现Qt和osg的结合。文件中还包含了鼠标键盘消息的处理以及简单的图像事件处理代码(Embedding the images under OSG into the QWidget)