-
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
-
computer graphics algorithms
计算机图形学中的一种算法----多彩变换曲线算法。对于本学科的初学者很有帮助。-computer graphics algorithms-a colorful transformation curve algorithm. The subjects for beginners helpful.
- 2022-02-12 14:31:11下载
- 积分:1
-
利用24位图的RGB分量的最低位来保存隐密数据,实现数字水印
利用24位图的RGB分量的最低位来保存隐密数据,实现数字水印-Figure 24 using the RGB components of the lowest private to preserve data, digital watermark
- 2023-03-31 23:55:04下载
- 积分:1
-
图像平滑滚动效果的VC实现
图像平滑滚动效果的VC实现- The picture smoothly rolls effect VC to realize
- 2022-04-29 00:36:08下载
- 积分:1
-
directory
这是一个利用计算机图形学画直线的算法,希望给初学者带来帮助-directory
- 2022-03-14 19:59:26下载
- 积分:1
-
VC for the picture arrangement game, very suitable for beginners reference to pr...
VC作的拼图游戏,非常适合初学者参考对照练习.-VC for the picture arrangement game, very suitable for beginners reference to practice.
- 2022-01-22 00:49:30下载
- 积分:1
-
VB实现种子填充的递归和非递归算法,可自己定义填充四边形
VB实现种子填充的递归和非递归算法,可自己定义填充四边形-VB realize seed filling recursive and non-recursive algorithm can be filled with their own definition of quadrilateral
- 2022-07-20 17:08:26下载
- 积分:1
-
二维图形渲染引擎,可以同时对二维的BITMAP和矢量进行操作(通过一序列的API函数,基于AGG)...
二维图形渲染引擎,可以同时对二维的BITMAP和矢量进行操作(通过一序列的API函数,基于AGG)-Graphin is a 2D graphics rendering library with human readable yet simple external interface (API).
It is based on AGG- high fidelity 2D graphics engine and uses libpng/zlib, jpeglib and libtiff(?).
External (plain C) API is as close as possible to Graphics and/or to Canvas.
- 2022-10-31 09:25:03下载
- 积分:1
-
VisualC++实现的BP神经网络类
VisualC++实现的BP神经网络类-VC achieve BP neural network category
- 2022-07-22 17:53:02下载
- 积分:1
-
一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的...
一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。
VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
-A complete open source vector graphics controls in support of a straight line, arc, rectangle, rounded rectangle, ellipse, polygon, star, text and pictures, such as rendering, support for rotation, zooming, selection, arrangement and other operations, the total to function or that good! In fact, if a little point of computer graphics to understand the knowledge to make than that perfect vector drawing software should not be any problem. VB6 their support for the graphics are very weak, so the general method of directly through its built-in graphics to achieve efficiency into a big problem. One solution is the use of Windows API for the underlying GDI rendering, and better way is to adopt GDI+ To graphics, so the effect will be even better.
- 2023-08-27 16:20:04下载
- 积分:1