12 2022 档案

摘要:在使用tween时,只要执行了update方法就会发现传入的点变为NaN,从而导致模型消失 console.log(t.target, t.paras); tw = new TWEEN.Tween(t.paras).to(t.target, d).easing(TWEEN.Easing.Quadra 阅读全文
posted @ 2022-12-08 23:47 rht 阅读(281) 评论(0) 推荐(0)
摘要:使用vscode自带的分支管理工具连接GitHub时经常超时,可以使用全局代理解决 git config --global https.proxy [http://127.0.0.1:3321] git config --global https.proxy [https://127.0.0.1:3 阅读全文
posted @ 2022-12-07 10:41 rht 阅读(688) 评论(0) 推荐(0)
摘要:monaco-editor monaco-editor是一款代码编辑器,使用它我们可以再web实现vscode的基本功能,下面是在vue中使用monaco-editor流程 安装 npm install monaco-editor monaco-editor-webpack-plugin vue.c 阅读全文
posted @ 2022-12-01 09:49 rht 阅读(1154) 评论(0) 推荐(0)