- 博客(9)
- 资源 (15)
- 收藏
- 关注
原创 cocos ceator 3.4.1 shader模板~
cocos ceator 3.4.1 shader模板~// Effect Syntax Guide: https://github.com/cocos-creator/docs-3d/blob/master/zh/material-system/effect-syntax.mdCCEffect %{ techniques: - name: opaque passes: - vert: unlit-vs:vert # builtin header frag: .
2022-02-17 09:06:07
262
转载 Unity中模拟鼠标事件
using System;public class MouseSimulater{ #region DLLs [System.Runtime.InteropServices.DllImport("user32.dll")] private static extern int SetCursorPos(int x, int y); [System.Runtime...
2019-08-01 11:17:22
879
原创 unity 去除culled的比例值
foreach (Transform child in P_Obj.GetComponentsInChildren<Transform>()) { print(child.gameObject.name); GameObject Lodobj = child.gameObject; if (Lod...
2019-04-15 15:51:48
631
原创 chrome浏览器打开本地文件报错:layui.all.js:4 Access to XMLHttpRequest at
解决方法:在啟動Chrome的捷徑上,加入「--allow-file-access-from-files」參數,即:然后不能双击index.html打开,要先打开加了参数的Chrome快捷方式,然后用在打开html或者Ctrl+O打开index.html...
2019-03-13 11:04:59
15507
4
原创 python实现:json导出为csv文件
import json,csvresult={}f=open("1.json","r")outf=open("1.csv","w")writer2 = csv.writer(outf)content=json.loads(f.read())for key2 in content["key1"]: writer2.writerow([key2, str(content["key1"][
2018-06-05 18:47:13
2745
原创 jupyter-notebook无法启动,闪退问题的解决方法~
安装了anaconda后 jupyter-notebook无法启动,闪退。尝试了好多方法都没能解决,最后利用.py脚本启动的:脚本如下:import osimport subprocess#base = 'C:\\data'base = 'E:\ProgramData\Anaconda3'jupyter_dir = os.path.join(base,'.jupyt
2017-12-21 17:28:11
9482
原创 'dict' object has no attribute 'iteritems'
pyhton3中使用了items:把iteritems改为items就成了
2017-12-21 17:17:15
629
原创 python基础--列表x[::-1]:X[start:end:span]
x="62425"print(x[::-1])X[start:end:span]遍历 [start,end),间隔为 span,当 span>0 时顺序遍历, 当 spanstart 不输入则默认为 0,end 不输入默认为长度。
2017-12-21 11:12:48
4932
Circular Gravity Force v4.05f2 - 各类物理特性制作插件.unitypackage
2021-09-07
coocos3dexample-3d-master2.rar
2020-03-22
coocos3dexample-3d-master1.rar
2020-03-22
SuperLevelOptimizer合并mesh网格.unitypackage
2019-05-22
14Arrow&Animations;&1.0.rar
2019-05-22
unity水插件大全,一共7个~
2017-11-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人