自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 3dsmax 建模过程中文件整理

1.单位设置:显示单位 米,系统单位 1unit = 100厘米 2.物体保证在零点坐标 3.坐标轴保证在零点的位置(特殊情况除外) 4.模型要resetxform(能帮助检查法线问题,旋转,缩放数值会归零) 5.模型命名正确, cp_daoju 6.新建一个参照物,检查模型大小 7.检查多点,多边面(weld合并,turn to poly) 8.检查多余物体(layer层里) 9...

2018-09-06 17:16:37 1489

原创 cocos 图片黑边的问题

cocos creator 2.0 以前的版本 图的边缘黑边是我遇到ccc的第一个坑,略感蛋疼。效果及原因在这里可以看到,也提到了解决方案http://forum.cocos.com/t/creater-blend-premultiply-alpha/43260我的解决方法两步:1.利用打包工具 TexturePacker( https://www.codeandweb.com/textu...

2018-08-25 09:08:25 5285

原创 cocos creator await / promise 例子

const {ccclass, property} = cc._decorator;@ccclassexport default class Helloworld extends cc.Component { @property(cc.Label) label: cc.Label = null; @property text: string = 'hel...

2018-08-12 23:24:42 7845

转载 UE4 visual studio: "cannot find cannot find generated.h files"

转 https://answers.unrealengine.com/questions/810626/vs-cannot-find-generatedh-files.htmlvisual studio 2017   UE4 4.20.1步骤:1. 右键 vs 项目 选择 属性2.在左边配置属性选择  NMake3.在右边IntelliSense 下边的 包含搜索路径  编...

2018-08-10 16:06:02 1600

转载 Java 简易 socket 基本通讯

转: http://www.runoob.com/java/java-networking.html // 文件名 GreetingClient.java import java.net.*;import java.io.*; public class GreetingClient{ public static void main(String [] args) ...

2018-07-31 14:29:04 183

unity2018破解工具windows

windows系统,unity2018系列,破解工具。 管理员身份运行,然后第一个框选择unity/editor路径,然后点patch ,成功!

2018-09-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除