搜索资源列表
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.
3DGAME
- 3D演示程序,实现基本图形算法,通过鼠标键盘事件编程,控制立方体。
3D
- 实现了3D正方体的旋转. 本程序可用鼠标及键盘控制,鼠标左键即一个虚拟跟踪球,右键可以调用菜单。 键盘控制键分别为:0-7数字键,b,c,i,m,p,r,w
EagleEye
- 使用OpenSceneGraph(OSG)实现简单物体控制和鹰眼图(雷达地图)的效果。 使用鼠标点击场景内的滑翔机对象,再使用键盘方向键控制器左右移动,同时观察鹰眼图中的效果。 VS 2008+OSG 2.6测试通过 模型文件与源代码在同一目录下
wrl_viewer.rar
- 可以实现wrl格式的三维模型输入,并且实现多种功能的显示,用户可以用鼠标键盘与各个模型进行交互,Wrl format can achieve three-dimensional model of input, and achieve multi-functional display, the user can use the mouse to the keyboard to interact with various model
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
vrml键盘控制,控制上下左右运动
- vrml键盘控制,控制上下左右运动,还有鼠标-vrml
Camera
- 绘制一个可以用鼠标和键盘控制的旋转立方体。-Drawing a mouse and keyboard can be used to control the rotation of the cube.
Program
- 这是一个基于OpenGL的程序包,包括14个子程序。这其中涵盖了三维体,光源,纹理,旋转以及键盘鼠标交互等等对大家非常有,敬请下载!-This is a package based on OpenGL, including 14 sub-procedures. It covers the three-dimensional body coding, light, texture, rotation, as well as keyboard and mouse interaction and s
MFCInit_pixelshader
- DirectX 实现的基于HLSL的演示程序. 用vetex shader渲染一个立方体, 在MFC下支持鼠标,键盘操作.-DirectX achieve HLSL-based demo program. Vetex shader by rendering a cube, in the MFC to support mouse and keyboard operation.
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)
4
- Mogre初级教程4实例程序,在窗体中提供添加键盘、鼠标控制的代码-Mogre Tutorial 4 instances of the primary process, in the form provided to add keyboard, mouse control code
123
- mogre实现的 可以通过鼠标键盘移动镜头 观察忍者-mogre achieved by moving the mouse keyboard, camera observation of Ninja
3DVC
- 要求首先绘制一些美观的三维图形,然后根据3D变换矩阵算法,使图形在键盘或鼠标的控制下进行几何变换。本实验的目的在于使学生了解绘制三维图形的方法,巩固对图形几何变换的理解,掌握在VC中实现三维图形的几何变换的方法。-Asked first of all draw a number of beautiful three-dimensional graphics, and 3D transformation matrix based algorithm, so that graphics on the
2-b2
- D3D 9.0做的关于灯光和材质的设置,鼠标键盘的设置等-D3D 9.0 on the lights and materials to do the settings, keyboard settings, mouse
osgWidget2
- 将OSG下的图像嵌入到QWidget中,实现Qt和osg的结合。文件中还包含了鼠标键盘消息的处理以及简单的图像事件处理代码(Embedding the images under OSG into the QWidget)