资 源 简 介
资源描述
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
文 件 列 表
images
earth.png
earthbump1k.jpg
earthcloudmapcolortrans.png
earthmap1k.jpg
earthspec1k.jpg
galaxy_starfield.png
jupiter.png
jupitermap.jpg
mars.png
marsbump1k.jpg
marsmap1k.jpg
mercury.png
mercurybump.jpg
mercurymap.jpg
moonbump1k.jpg
moonmap1k.jpg
neptune.png
neptunemap.jpg
plutobump1k.jpg
plutomap1k.jpg
saturn.png
saturnmap.jpg
saturnringcolortrans.png
sun.png
sunmap.jpg
uranus.png
uranusmap.jpg
uranusringcolortrans.png
venus.png
venusbump.jpg
venusmap.jpg
planets.pro
planets.pro.user
planets.qml
planets.qrc
StyledSlider.qml
FpsDisplay.qml
InfoSheet.qml
main.cpp
PlanetButton.qml
planets.js