
frontEnd
cxy_hust
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cesium实现飞机与键盘交互[HPR][plane][fps]
在cesium中实现键盘监听控制飞机的heading pitch roll主要参考例子:https://sandcastle.cesium.com/index.html?src=HeadingPitchRoll.html上述例子中的第一人称视角处理有纰漏,改进后的效果和实现的代码如下: let canvas = viewer.canvas; canvas.setAttribute("tabindex", "0"); // needed to put f原创 2021-04-19 21:11:29 · 594 阅读 · 0 评论 -
node和vue安装
1 node和vue安装pacman -S nodejspacman -S npmnpm install -g @vue/clinpm install -g nrmnpm install -g cnpm --registry=https://registry.npm.taobao.orgnrm use tabaovue create hellocd hello && npm install && npm run serve如果使用vue里面的应用框架,推荐原创 2020-09-25 20:59:17 · 186 阅读 · 0 评论