-
创建一个三维的多维数据集和使用鼠标键运动、 旋转和缩放在屏幕上。
在这个项目中的 3D 对象已被创建,它必须使用鼠标按键来控制。通过使用鼠标快捷键执行的操作是翻译即每当你点击屏幕上的任何点对象移动到该点,即在单击特定的鼠标关键对象缩放放大,即通过创建鼠标角键和绕 X、 Y 或 Z 的那个角度任何轴旋转立方体旋转。 创建了多维数据集,通过使用 openGL 窗口中心内置的函数。 右鼠标键移动多维数据集,只要你点击屏幕。 鼠标左键关键 enlarges(zooms) 多维数据集。鼠标中间键用于旋转的多维数据集。你想要旋转点击屏幕和保持的键直到你得到的旋转角度。
- 2023-08-05 05:25:02下载
- 积分:1
-
在Vc环境下 仿CAD编程(源代码)
在Vc环境下 仿CAD编程(源代码)-Vc environment in imitation of CAD programming (source code)
- 2022-06-19 07:06:30下载
- 积分:1
-
演示了OpenSceneGraph(OSG)中如何根据法线图片快速生成简单地形,以及任意物体阴影在此地形上的投射。
VS 2008+OSG 2.6测试通过...
演示了OpenSceneGraph(OSG)中如何根据法线图片快速生成简单地形,以及任意物体阴影在此地形上的投射。
VS 2008+OSG 2.6测试通过-Demonstrate the OpenSceneGraph (OSG) in accordance with normal picture of how quickly generate simple terrain, as well as the shadow of arbitrary objects in this topographical projection. VS 2008+ OSG 2.6 test
- 2022-06-16 18:31:27下载
- 积分:1
-
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.l...
直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2022-02-25 19:58:36下载
- 积分:1
-
有关图形裁剪的程序,具体要求在文件中有描述
有关图形裁剪的程序,具体要求在文件中有描述-Graphics of the cutting process, specific requirements are described in the document
- 2022-03-19 02:46:43下载
- 积分:1
-
基于计算机图形学的计算机仿真三维立体模型的源代码,仅供参考...
基于计算机图形学的计算机仿真三维立体模型的源代码,仅供参考-Based on computer graphics three-dimensional computer simulation model of the source code for reference only
- 2022-06-15 07:14:26下载
- 积分:1
-
LCD (VB), Visual Basic Programming simulation LCD used in the interface is very...
液晶表(VB),VB编程模拟液晶显示,用在界面上很漂亮!-LCD (VB), Visual Basic Programming simulation LCD used in the interface is very beautiful!
- 2022-12-22 08:45:04下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
tracking face, using open cv and kalman filter
tracking face, using open cv and kalman filter
- 2022-08-08 15:37:19下载
- 积分:1
-
这个程序可以实现五
本程序可以实现五角星的闪烁,是我们图形学课程设计的作业,做的很不错.-this program can achieve five-pointed star of the scintillation is the graphics curriculum design work, doing a great job.
- 2022-01-25 15:16:24下载
- 积分:1