上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 90 下一页
摘要: 1、太阳光 只对支持使用光的shader有效 有效shader不支持光照 光没有阴影,没有开启阴影 太阳光又叫平行光,从遥远的地方发射过来的,没有焦点,强度到处是一样的 光:强度 颜色 方向 组件 directionalLight 2、聚光灯 spotLight 模拟舞台效果 没反应,范围不对,调整 阅读全文
posted @ 2022-06-11 20:22 Running00 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 摄像机 rect 位置 0.5,0.5 中心位置开始 0,0 左下角 开始 位置 xy 0-1 范围 大小wh 0-1 范围 小地图 projection ORTHO 正交投影 PERSPECTIVE透视摄像机 正交摄像机原理可得,不会根据距离的远近改变物体绘制的大小 透视摄像机:远小近大 1)pr 阅读全文
posted @ 2022-06-11 20:20 Running00 阅读(103) 评论(0) 推荐(0) 编辑
摘要: mix中 beforeCreate beforeCreate data mix data onload onshow mix created created mix beforeMount beforeMount Mix mounted mounted onHide 刷新触发、 切入其他tab 阅读全文
posted @ 2022-06-10 21:21 Running00 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1、实例化,prop解析 2、beforeCreate 3、data、computed 4、created 5、beforeMount (此时还未创建DOM节点) 子组件 6、mounted(所以子组件都已经挂载、自身dom树已经插入父容器中) 7、beforeUpdate 子组件更新 8、upda 阅读全文
posted @ 2022-06-10 21:08 Running00 阅读(18) 评论(0) 推荐(0) 编辑
摘要: uni-app 项目中配置环境变量 https://uniapp.dcloud.io/tutorial/env.html 阅读全文
posted @ 2022-06-08 11:01 Running00 阅读(830) 评论(0) 推荐(0) 编辑
摘要: application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet 阅读全文
posted @ 2022-06-07 11:25 Running00 阅读(190) 评论(0) 推荐(0) 编辑
摘要: moment().add(1, 'days').hour(8).minute(10).second(0) // 明天8:10:0 阅读全文
posted @ 2022-06-07 10:54 Running00 阅读(79) 评论(0) 推荐(0) 编辑
摘要: client_max_body_size 500m 阅读全文
posted @ 2022-06-06 19:37 Running00 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.html5rocks.com/zh/tutorials/internals/howbrowserswork/ 阅读全文
posted @ 2022-06-05 23:41 Running00 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 英文 https://en.wikipedia.org/wiki/QUIC 阅读全文
posted @ 2022-05-31 23:31 Running00 阅读(1507) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 90 下一页