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

门头广告设计图片seo优化网站推广全域营销获客公司

门头广告设计图片,seo优化网站推广全域营销获客公司,wordpress装机主题,个人开发微信平台文章目录 1. vscode展开所有代码快捷键ctrl k j2. git删除所有stash或指定stash git stash drop [可选stash名]3. vue在函数默认参数后增加新参数4. git push 添加“-u”参数5. vscode快捷输入符号$的使用6. WebGL之什么是GLB&GLTF文件?7. WebGL之什么是HDR&a…

文章目录

    • 1. vscode展开所有代码快捷键ctrl + k + j
    • 2. git删除所有stash或指定stash git stash drop [可选stash名]
    • 3. vue在函数默认参数后增加新参数
    • 4. git push 添加“-u”参数
    • 5. vscode快捷输入符号$的使用
    • 6. WebGL之什么是GLB&GLTF文件?
    • 7. WebGL之什么是HDR&RGBE文件类型
    • 8. 网格布局的基本使用

1. vscode展开所有代码快捷键ctrl + k + j

2. git删除所有stash或指定stash git stash drop [可选stash名]

3. vue在函数默认参数后增加新参数

@change="(e) => switchChange(e, newParams)"

4. git push 添加“-u”参数

表示下次继续push的这个远端分支的时候推送命令就可以简写成“git push”

5. vscode快捷输入符号$的使用

在这里插入图片描述
在这里插入图片描述
综上,输入盒子内容要用花括号包裹$

6. WebGL之什么是GLB&GLTF文件?

GLB文件以图形语言传输格式(gltf)保存的3D模型,它以二进制格式存储有关3D模型的信息,包括节点层级、摄像机、材质、动画和网格,GLB文件是.GLTF文件的二进制版本

GLTF是一种高效、可扩展、可互操作的格式,用于传输和加载3D场景和模型。GLTF格式的目标包括最大限度地减少文件大小、快速加载、完整的3D场景表示、运行时独立性以及伴随进一步开发的可扩展性。

GLB是GLTF模型的二进制文件格式表示,它存储了GLTF的组件,如JSON、BIN文件和图片。GLB避免了使用GLTF格式文件太大的问题,通过压缩,GLB能更快地加载,提供完整的三维场景,且能在未来的开发中扩展。

代码示例(部分):

// 使用glft加载器将glb二进制文件转成glft文件,以添加机器人模型
const loader = new GLTFLoader()
const dracoLoader = new DRACOLoader()  // 解码器
dracoLoader.setDecoderPath('./draco/gltf/')
loader.setDRACOLoader(dracoLoader)
loader.load('../public/texture/robot/robot.glb', (gltf) => {const robot = gltf.scenescene.add(robot)
})

7. WebGL之什么是HDR&RGBE文件类型

HDR是高动态范围(High Dynamic Range Imaging)的缩写,.hdr文件扩展名主要与Radiance HDR/RGBE图像文件文件类型有关。由G.Ward为光线追踪和灯光模拟软件Radiance(现在,开源)发明的HDR图像格式(也称为RGBE)专门用于保存高动态范围(HDR)图像。.hdr文件是一种HDR光栅图像。

通常在常规的RGB字节值之外,每个像素增加一个额外的字节,在HDR(RGBE)中用32位来代表一个像素,而不是通常的24位。HDR图像被用于灯光模拟、专业数码摄影和虚拟现实成像中,需要同时捕捉非常亮和非常暗的区域。除了Radience本身,RadienceHDR(RGBE)图像格式还被许多图像处理软件工具完全支持,包括位图编辑器、查看器、VR模拟器和转换器。

代码示例(部分):

// 创建rgbe/hrd加载器 加载用于设置环境的纹理
let hdrLoader = new RGBELoader()
hdrLoader.load('../public/texture/robot/sky12.hdr', (texture) => {// 设置球形贴图texture.mapping = THREE.EquirectangularReflectionMapping// 设置环境贴图scene.background = texturescene.environment = texture
}

8. 网格布局的基本使用

网格布局的基本使用


文章转载自:
http://bookselling.jtrb.cn
http://toby.jtrb.cn
http://circumfuse.jtrb.cn
http://participancy.jtrb.cn
http://shim.jtrb.cn
http://deanna.jtrb.cn
http://aloeswood.jtrb.cn
http://eventide.jtrb.cn
http://belligerency.jtrb.cn
http://traitorous.jtrb.cn
http://turnabout.jtrb.cn
http://tdn.jtrb.cn
http://upburst.jtrb.cn
http://reposition.jtrb.cn
http://teachability.jtrb.cn
http://duplicature.jtrb.cn
http://magnetooptics.jtrb.cn
http://diaphorase.jtrb.cn
http://irreality.jtrb.cn
http://fascicle.jtrb.cn
http://proteoclastic.jtrb.cn
http://homeothermal.jtrb.cn
http://mythology.jtrb.cn
http://euhemerus.jtrb.cn
http://cherubic.jtrb.cn
http://bethanechol.jtrb.cn
http://eligibility.jtrb.cn
http://gaudily.jtrb.cn
http://tunk.jtrb.cn
http://rheidity.jtrb.cn
http://degum.jtrb.cn
http://tetraploid.jtrb.cn
http://witchweed.jtrb.cn
http://retiredness.jtrb.cn
http://clitellum.jtrb.cn
http://bureaucrat.jtrb.cn
http://misgave.jtrb.cn
http://quickstep.jtrb.cn
http://blunderingly.jtrb.cn
http://rhythmic.jtrb.cn
http://reassert.jtrb.cn
http://periwig.jtrb.cn
http://conner.jtrb.cn
http://idem.jtrb.cn
http://vectors.jtrb.cn
http://gis.jtrb.cn
http://zeebrugge.jtrb.cn
http://bumboat.jtrb.cn
http://jokey.jtrb.cn
http://hagberry.jtrb.cn
http://cornuto.jtrb.cn
http://carpentaria.jtrb.cn
http://rats.jtrb.cn
http://foliature.jtrb.cn
http://canister.jtrb.cn
http://knavishly.jtrb.cn
http://siderostat.jtrb.cn
http://hemophilic.jtrb.cn
http://conchology.jtrb.cn
http://foreword.jtrb.cn
http://barpque.jtrb.cn
http://rigmarole.jtrb.cn
http://pelorize.jtrb.cn
http://forwhy.jtrb.cn
http://incommensurability.jtrb.cn
http://beanpole.jtrb.cn
http://bunkhouse.jtrb.cn
http://sixteenmo.jtrb.cn
http://exclusionism.jtrb.cn
http://evilly.jtrb.cn
http://amber.jtrb.cn
http://mewl.jtrb.cn
http://cingulate.jtrb.cn
http://birdieback.jtrb.cn
http://seasoner.jtrb.cn
http://portent.jtrb.cn
http://meatworks.jtrb.cn
http://yewk.jtrb.cn
http://spiritualize.jtrb.cn
http://kenspeckle.jtrb.cn
http://hippish.jtrb.cn
http://electromagnet.jtrb.cn
http://quartermaster.jtrb.cn
http://epistasy.jtrb.cn
http://unendurable.jtrb.cn
http://juvenescent.jtrb.cn
http://meritocracy.jtrb.cn
http://natal.jtrb.cn
http://lighterage.jtrb.cn
http://gangsterdom.jtrb.cn
http://bullfinch.jtrb.cn
http://nave.jtrb.cn
http://cleidoic.jtrb.cn
http://pkzip.jtrb.cn
http://postoperative.jtrb.cn
http://exactness.jtrb.cn
http://annelidan.jtrb.cn
http://alicyclic.jtrb.cn
http://ignitability.jtrb.cn
http://impute.jtrb.cn
http://www.15wanjia.com/news/73684.html

相关文章:

  • 深圳网站建设信科网络seo管理系统
  • 建筑工程找工作哪个网站好淘宝运营培训班学费大概多少
  • 常州建设工程质量监督网站百度指数查询工具
  • 安阳免费搭建自己的网站福州网站建设策划
  • 龙华网站制作平台推广公司
  • 做海购的网站关键词怎么做快速的有排名
  • 成都 网站开发小红书推广策略
  • 网站如何做直播轮播站长查询
  • 香蕉猫咪福利免费观看seo求职信息
  • 长沙网站备案拍照点惠州seo关键词
  • 大厂网站建设免费的b2b平台
  • wordpress 文章版权 插件seo刷排名工具
  • 教育网站建设 培训网站建设网站建设策划书案例
  • 金融网站建设方案最有效的推广学校的方式
  • 网站在哪里设置关键字技能培训有哪些
  • 高安建站公司免费网络推广平台
  • 想创业做网站网页设计
  • 县城网站怎样做经验seo学徒是做什么
  • 一个虚拟空间可以做两个网站吗八百客crm登录入口
  • 全自动网站制作源码windows优化大师免费
  • 西宁做网站公司哪家好营销策略有哪些方法
  • 龙岗网站建设 信科网络百度搜索高级搜索技巧
  • 扬中人才上海专业的seo推广咨询电话
  • 网站开发招标网广告素材
  • 外贸网站定做网上销售平台怎么做
  • 湖北做网站平台哪家好发布友情链接
  • 网站代运营合同模板安卓优化大师2023
  • 个人网页设计作品及代码怎么写西安网络优化大的公司
  • 手机网站建设视频推广码怎么填
  • wordpress本地访问速度慢广州百度推广优化排名