-
用opengl实现模型的显示和操作
通过Opengl实现三维模型的显示,支持放大缩小,旋转灯操作!!
操作方式如下:
移动:按住鼠标左键进行移动。
放大:按键盘s
缩小:按键盘w
旋转:按键盘↑键或↓键(绕X轴选择)
按键盘←键或→键(绕Y轴选择)
按键盘a键或d键(绕Z轴选择)
- 2022-01-31 03:41:18下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分:1
-
波形的计算
可以显示方波,正弦波三角波
- 2022-05-15 09:41:55下载
- 积分:1
-
用VC++实现图象进度条
用VC++实现图象进度条-with VC image of progress
- 2022-08-15 11:15:12下载
- 积分:1
-
Khodorkovsky conversion to detect round Application
霍多尔科夫斯基圆变换检测应用霍多尔科夫斯基原理可以解决图像的一些变化
- 2022-07-07 04:28:40下载
- 积分:1
-
Matlab programming by using many examples to help everyone learn matlab Group
利用matlab所编程的许多例子,帮组大家学习matlab-Matlab programming by using many examples to help everyone learn matlab Group
- 2022-03-03 07:15:03下载
- 积分:1
-
The source code for converting an URI literal to a barcode.
The source code for converting an URI literal to a barcode.
- 2022-06-27 19:10:14下载
- 积分:1
-
用VC实现小型矢量图形系统的开发
用VC实现小型矢量图形系统的开发-with VC small vector graphics system development
- 2022-04-18 09:53:06下载
- 积分:1
-
on reading and writing procedures
关于bmp读写的程序-on reading and writing procedures
- 2023-08-27 23:10:04下载
- 积分:1
-
二次样条函数半节点构造方法,算法实现的不错
二次样条函数半节点构造方法,算法实现的不错-quadratic spline function semi-node structure, a good algorithm
- 2022-01-24 15:31:39下载
- 积分:1