1.IDE:QTCreator 2.实验:绘制曲线图表 3.记录: 4.代码
pro
QT core gui
#加入以下代码引入charts
QT charts
greaterThan(QT_MAJOR_VERSION, 4): QT widgetsCONFIG c17# You can make your code fail to compile if it uses depre…
效果图如下 具体操作如下
1 在unity窗口添加一个球体
2 给球体添加材质,材质图片使用地球图片
地球图片如下 unity材质设置截图如下 3 编写地球控制脚本
using System.Collections;
using System.Collections.Generic;
using UnityEngine;public class test : MonoBehavio…