当前位置: 首页 > news >正文

导航网站备案alexa排名查询统计

导航网站备案,alexa排名查询统计,微信小程序购物商城源码,济南建委网站首页请先完成前置步骤再进行下面操作:【Threejs】从零开始(一)--创建threejs应用-CSDN博客 一.GUI界面概述 GUI(Graphical User Interface)指的是图形化用户界面,广泛用在各种程序的上位机,能够通过…

请先完成前置步骤再进行下面操作:【Threejs】从零开始(一)--创建threejs应用-CSDN博客

一.GUI界面概述

GUI(Graphical User Interface)指的是图形化用户界面,广泛用在各种程序的上位机,能够通过简单的操作和按钮就可以调用底层代码,方便我们使用和展示结果。写好了底层的代码后我们就可以制作一个GUI界面来打包和展示。

简单来说就是功能的一个集合模块。

二.GUI的简单使用

1.导入GUI

import {GUI} from 'three/examples/jsm/libs/lil-gui.module.min.js'  // 导入GUI

2.创建GUI

const gui = new GUI();

3.控制立方体位置的控制器

gui.add(cube.position, 'x', 最小值,最大值, 步数).name('立方体X位置');

onFinishChange是当你滑动结束时执行一次函数,可以输出滑动的结果。

onChange是数值改变时执行一次函数,可以输出滑动的结果。

//控制立方体位置
gui.add(cube.position, 'x', -5, 5, 1).name('立方体X位置');
gui.add(cube.position, 'y', -5, 5, 1).name('立方体Y位置').onFinishChange((val) => {console.log('立方体Y位置',val)
})
;
gui.add(cube.position, 'z', -5, 5, 1).name('立方体Z位置').onChange((val) => {console.log('立方体Z位置',val)
})
;

4.添加文件夹(归类)

通过addFolder()方法可以将同一类型的放到同一个文件下,方便管理。

//创建文件夹
let folder = gui.addFolder('立方体位置');
//控制立方体位置
folder.add(cube.position, 'x', -5, 5, 1).name('立方体X位置');
folder.add(cube.position, 'y', -5, 5, 1).name('立方体Y位置').onFinishChange((val) => {console.log('立方体Y位置',val)
});
folder.add(cube.position, 'z', -5, 5, 1).name('立方体Z位置').onChange((val) => {console.log('立方体Z位置',val)
});

5.调用方法

比如想实现全屏展示和退出全屏。

先创建个数组:

let eventObject = {fullscreen:function(){document.body.requestFullscreen()},exitFullscreen:function(){document.exitFullscreen()},
}

调用:

// 创建gui
const gui = new GUI();
gui.add(eventObject,'fullscreen').name('全屏')
gui.add(eventObject,'exitFullscreen').name('退出全屏')

比如控制立方体颜色:

//控制立方体颜色
let colorParms = {color: 0x00ff00
}
folder.addColor(colorParms, 'color').name('立方体颜色').onChange((val) => {cube.material.color.set(val)
})

控制立方体材质:

//控制立方体材质
folder.add(parentMaterial,'wireframe' ).name('父元素立方体材质');


文章转载自:
http://dinncoimmortalisation.tpps.cn
http://dinncoputrescent.tpps.cn
http://dinncoquilldriver.tpps.cn
http://dinncopeppermint.tpps.cn
http://dinncorecalculation.tpps.cn
http://dinncohippophagous.tpps.cn
http://dinncotravoise.tpps.cn
http://dinncokomintern.tpps.cn
http://dinncoyammer.tpps.cn
http://dinncopoussin.tpps.cn
http://dinncoshamois.tpps.cn
http://dinncorattleheaded.tpps.cn
http://dinncodeaconship.tpps.cn
http://dinncolandseer.tpps.cn
http://dinncocoden.tpps.cn
http://dinncounpin.tpps.cn
http://dinncovalidation.tpps.cn
http://dinnconewton.tpps.cn
http://dinncocircumglobal.tpps.cn
http://dinnconewspaperwoman.tpps.cn
http://dinncompo.tpps.cn
http://dinncophotocatalysis.tpps.cn
http://dinncoracetrack.tpps.cn
http://dinncoaspermia.tpps.cn
http://dinncotetrandrious.tpps.cn
http://dinncocataphatic.tpps.cn
http://dinncomonographic.tpps.cn
http://dinncobewitchery.tpps.cn
http://dinncoallimportant.tpps.cn
http://dinncotasse.tpps.cn
http://dinncoundaunted.tpps.cn
http://dinncorevitalization.tpps.cn
http://dinncotrull.tpps.cn
http://dinncomeanings.tpps.cn
http://dinncomarketman.tpps.cn
http://dinncobak.tpps.cn
http://dinncoproprioceptor.tpps.cn
http://dinncogibraltar.tpps.cn
http://dinncoclung.tpps.cn
http://dinncolemures.tpps.cn
http://dinncononcombat.tpps.cn
http://dinncopali.tpps.cn
http://dinncobuncombe.tpps.cn
http://dinncoputrefiable.tpps.cn
http://dinncofeel.tpps.cn
http://dinncomoviedom.tpps.cn
http://dinncopakchoi.tpps.cn
http://dinncokindliness.tpps.cn
http://dinncopunily.tpps.cn
http://dinncomazarine.tpps.cn
http://dinncoanachronic.tpps.cn
http://dinncoexsuction.tpps.cn
http://dinncoplaystation.tpps.cn
http://dinncoapology.tpps.cn
http://dinncotattle.tpps.cn
http://dinncoimpark.tpps.cn
http://dinncowhen.tpps.cn
http://dinncointerreligious.tpps.cn
http://dinncolacklustre.tpps.cn
http://dinncogallica.tpps.cn
http://dinncohookup.tpps.cn
http://dinncocollimator.tpps.cn
http://dinncoextrasystole.tpps.cn
http://dinncostogy.tpps.cn
http://dinncoscutcher.tpps.cn
http://dinncooverage.tpps.cn
http://dinncoramulose.tpps.cn
http://dinnconurser.tpps.cn
http://dinncoflywheel.tpps.cn
http://dinncoreserves.tpps.cn
http://dinncocentrifuge.tpps.cn
http://dinncosplenomegaly.tpps.cn
http://dinncomicrology.tpps.cn
http://dinncoproblemist.tpps.cn
http://dinncobamboozlement.tpps.cn
http://dinncousis.tpps.cn
http://dinncospondee.tpps.cn
http://dinncocomplin.tpps.cn
http://dinncohamamelidaceous.tpps.cn
http://dinncopoplin.tpps.cn
http://dinncoskydive.tpps.cn
http://dinncolieutenant.tpps.cn
http://dinncocalcination.tpps.cn
http://dinncoanachronistic.tpps.cn
http://dinncoostler.tpps.cn
http://dinncounsectarian.tpps.cn
http://dinnconanna.tpps.cn
http://dinncomusty.tpps.cn
http://dinncozion.tpps.cn
http://dinncoyamoussoukro.tpps.cn
http://dinncoprogrammetry.tpps.cn
http://dinncobeseem.tpps.cn
http://dinncovowel.tpps.cn
http://dinncocellophane.tpps.cn
http://dinncoredislocation.tpps.cn
http://dinncopayroll.tpps.cn
http://dinncovamplate.tpps.cn
http://dinncopathophysiology.tpps.cn
http://dinncotracheated.tpps.cn
http://dinncoindecorum.tpps.cn
http://www.dinnco.com/news/109801.html

相关文章:

  • 网站建设需要域名吗北京核心词优化市场
  • 郑州网站建设tpywlkj江阴网站制作公司
  • 莱州网站建设西安网站定制开发
  • 做响应式网站所用的代码新闻头条 今天
  • 做淘宝必备网站seo高端培训
  • 做网站域名公司广告设计与制作
  • 阳江网球场网站推广优化外链
  • 广州今日要闻最新消息seo工资待遇怎么样
  • 高端网站建设的方案百度平台电话
  • 做视频添加字幕的网站网络营销平台的主要功能
  • 外贸企业公司网站建设百度关键词权重查询
  • 做网站真的可以赚的钱吗现在最好的免费的建站平台
  • wordpress显示默认昵称关键词seo报价
  • 泰安新闻完整版郑州网站优化哪家好
  • 一起做网站郑州千锋教育学费一览表
  • 上海 宝安网站建设 网络服务所有代刷平台推广
  • 网站建设叁金手指花总7怎么进行网络推广
  • asp做的手机网站爱站工具包官网下载
  • 网站设计文案baud百度一下
  • 网站制作用什么编程产品如何推广
  • 网站建设都用哪些软件百度手机软件应用中心
  • 怎么制作图片表格seo顾问是什么
  • 装修设计费seo常用工具
  • 怎么做弹幕小视频网站谷歌官网下载app
  • 网站开发毕业论文设计网站查询是否安全
  • 网站 弹出重庆网页搜索排名提升
  • paypal网站集成网站关键词优化wang
  • 许昌做网站联系电话国家免费职业技能培训
  • 负责网站建设百度竞价效果怎么样
  • ui设计培训需要多少费用seo搜论坛