-
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
-
人物运动控制,时间对齐,插值,读取AMC文件,写AMC文件
人物运动控制,时间对齐,插值,读取AMC文件,写AMC文件-character animation,time warping,interpolation
- 2022-03-31 18:16:40下载
- 积分:1
-
用API画抛射物体动画
用API画抛射物体动画-with projectile objects API painting animation
- 2022-02-15 02:31:16下载
- 积分:1
-
这是本人写的一款基于HALCON形状匹配的源码,识别率比较高,模板客任意制作。...
这是本人写的一款基于HALCON形状匹配的源码,识别率比较高,模板客任意制作。-This is my written a source code based on HALCON shape matching, recognition rate is relatively high, the template off any produce.
- 2022-03-02 04:19:53下载
- 积分:1
-
in simulated clock operation of the source language c
在dos下模拟时钟运转的c语言源码-in simulated clock operation of the source language c
- 2022-01-25 18:56:00下载
- 积分:1
-
识别钻石对角线轮廓的源程序
识别钻石对角线轮廓的源程序-Diagonal contour diamond identification of the source
- 2022-03-02 13:44:06下载
- 积分:1
-
opencv 4.0图像处理里程,著名的intel公司图像处理库
opencv 4.0图像处理里程,著名的intel公司图像处理库-OpenCV 4.0 image processing mileage, the famous Intel Corporation Image Processing Library!
- 2022-03-05 04:15:44下载
- 积分:1
-
这是一个用NTgraph控件来画一个波形的可执行文件.
这是一个用NTgraph控件来画一个波形的可执行文件.-with NTgraph controls to paint a wave of executable files.
- 2022-05-19 03:24:34下载
- 积分:1
-
非常好的关于图形分别的源代码,国外很有名气的。
非常好的关于图形分别的源代码,国外很有名气的。-very good graphics were on the source code, a very well abroad.
- 2022-05-15 21:02:53下载
- 积分:1
-
轮廓检测 2
此代码介绍的是轮廓检测,轮廓检测的原理通俗的说就是掏空内部点,比如原图中有3*3的矩形点。那么就可以将中间的那一点去掉。在OpenCV中使用轮廓检测是非常方便。直接使cvFindContours 函数就能完成对图像轮廓的检测。
- 2022-08-06 14:48:17下载
- 积分:1