CocosCreator3D
tengyunyang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CocosCreator3D用W A S D Q E 鼠标控制 相机
camera.ts//create by tengyunyang import {_decorator, Component, math} from "cc";const {ccclass, property} = _decorator;const {Vec2, Vec3, Quat} = math;const v2_1 = new Vec2();const v2_2 = new...原创 2019-11-06 13:59:24 · 1224 阅读 · 0 评论 -
CocosCreator发起http请求
cc.loader.load('url地址', function (err, res) { //res 返回的数据 });原创 2019-11-06 14:03:14 · 2360 阅读 · 0 评论 -
CocosCreator3D制作CubeMap 给场景添加天空盒
1.创建img文件夹 将准备好的天空盒六张图片放入其中2.制作与应用 CubeMap右键事先建好的cubemaps文件夹 选择新建 CubeMap3.将六张图片拖入到右侧 如图所示CubeMap制作完成4.点击scene 在右侧属性检查器中skybox -- 选中Enabled 并将制作好的CubeMap 拖入到Envmap中5. 点击Camera 在...原创 2019-11-06 14:18:06 · 2997 阅读 · 0 评论
分享