自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 写给美术看的Unity全局光照技术(理论篇)

https://zhuanlan.zhihu.com/p/126362480

2020-05-30 15:14:00 29

原创 渲染相关书籍

Physically Based Rendering: From Theory to ImplementationReal-Time RenderingAdvanced Global Illumination游戏引擎架构3D游戏与计算机图形学中的数学方法

2020-05-30 13:38:00 31

原创 unity 场景编辑器物体加图标

我们平时在使用unity的时候,有一些插件可以在Scene视图中渲染出一个图标来,unity本身自带的一些组件也会渲染出一个图标,比如摄像机和灯光等组件,我们现在就是要实现一下这个功能:新建一个脚本,看你 心情随意起名字,在里面实现一个方法:private void OnDrawGizmos(){ Gizmos.DrawIcon(transform.position, "bish...

2020-05-28 14:12:00 46

原创 音乐模拟器

CubaseNuendologic prox(10.2)苹果研发Pro Tools 配合Sibelius

2020-05-28 13:24:00 26

原创 3d服装制作软件

Marvelous Designhttps://www.marvelousdesigner.com/

2020-05-28 13:16:00 34

原创 uv投影插值

https://gameinstitute.qq.com/community/detail/119467http://blog.atelier39.org/cg/555.htmlhttp://www.reedbeta.com/blog/quadrilateral-interpolation-part-1/#projective-interpolationIn computer graph...

2020-05-25 17:30:00 32

原创 Unity Shader实现各种进度条

https://www.cnblogs.com/Jason-c/p/8967080.html

2020-05-21 20:59:00 77

原创 unity webgl随手记录

Webgl加载时间过长https://blog.csdn.net/xj1009420846/article/details/96306716https://blog.csdn.net/u013172864/article/details/80737620UNITY打包H5解决自适应方法https://blog.csdn.net/vrmogui/article/details/86499981...

2020-05-16 23:00:00 35

原创 在 Shell 脚本中调用另一个 Shell 脚本的三种方式

https://blog.csdn.net/simple_the_best/article/details/76285429先来说一下主要以下有几种方式:fork: 如果脚本有执行权限的话,path/to/foo.sh。如果没有,sh path/to/foo.sh。exec: exec path/to/foo.shsource: source path/to/foo.shforkfork 是...

2020-05-15 18:12:00 46

原创 unity Assetbundle Scene打包与加载

https://blog.csdn.net/qq_15697801/article/details/80003488打包using System.Collections;using System.Collections.Generic;using System.Text.RegularExpressions;using UnityEditor;using UnityEngine;...

2020-05-15 10:49:00 36

原创 UnityShader实例07:在shader调用unity内置lightmap和light Probes

https://blog.csdn.net/u011047171/article/details/46814785

2020-05-14 20:32:00 41

原创 Simplygon减面工具

Simplygon是一个平台,利用它可对模型和纹理之类的 3D 素材进行不同目的的优化,无需手动操作(或仅需少量操作)。可使用 Simplygon 创建 LOD 链、减少绘制调用、将多个高精度模型组合为一个开销较低的模型、优化特定视角的场景、移除不可见几何体等。Simplygon下载地址如下:https://account.simplygon.com/#downloads...

2020-05-14 18:16:00 97

原创 命令行给unity传参

windows命令行与sh语法区别很大,注意下.bat脚本@echo onset UNITY3D_PROJECT_PATH=d:\happyGit\stareditorset UNITY3D_BUILD_METHOD=Build.Testecho %UNITY3D_PROJECT_PATH%D:\soft\Unity\Editor\2019.3.13f1\Editor\Un...

2020-05-14 17:35:00 37

原创 命令行向unity传参数

http://blog.sina.com.cn/s/blog_471132920102vlie.html(2)Shell/Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -projectpath /Users/luoshengyu/autoBuild -executeMethod BuildApp.Buil...

2020-05-14 16:21:00 59

原创 java server

java开源服务器https://github.com/kingston-csj/jforgame

2020-05-13 11:42:00 22

原创 360 img

untiy2019.3创建3张render textureleft和right Dimension 为cube生成结果得 render texture Dimension 为2Dpublic class Demo : MonoBehaviour{ public RenderTexture cubemapLeftEye; public Render...

2020-05-08 19:49:00 345

原创 新版unity2019.3 全局光照GI 系统详细说明

https://blog.csdn.net/lengyoumo/article/details/103910249

2020-05-07 21:11:00 1388

原创 AR 配置

配置流程1 AR Foundation更新到3.0,对应的其他库也要更新2针对srp要做特殊设置https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@3.0/manual/ar-camera-background-with-scriptable-render-pipeline.html?_ga=2.571100...

2020-05-06 21:13:00 2767 1

原创 xcode简易设置

第2图选自动

2020-05-06 21:08:00 251

原创 vr 配置记录

cardboard与daydream配置流程https://developers.google.com/vr/develop/unity/get-started-androidsdk下载地址https://github.com/googlevr/gvr-unity-sdk/releases设备支持https://www.maxboxvr.com/phones-work-co...

2020-05-06 20:54:00 307

All Star Character Collection.txt

All Star Character Collection 5.2 Unity人物 全明星 30角色全动作模型.txt

2020-04-04

GPU编程与CG语言之阳春白雪下里巴人

图像学入门简介,GPU编程与CG语言之阳春白雪下里巴人

2019-05-02

unity2d水模拟

unity2d水模拟

2017-09-06

AVProVideo

支持android,ios,windows下播放视频的unity插件

2017-06-13

unityShaderIDE_SublineText2

unityShaderIDE_SublineText2

2016-12-08

LeanTouch.unitypackage

LeanTouch是一款免费的unity触屏插件,在unity的商城里可以免费下载到。使用起来很简单也很方便。

2016-07-22

Panoramic Framework v1.3_c4

A user friendly panoramic framework for Unity, making it easy to utilize panoramas in your scene, by simply pressing a few buttons and dragging in ready-made panoramas. Now includes a spherical panorama convertor for converting your panoramas to the required format. Please note, this framework does not capture the panoramas for you. It provides the navigation and interaction framework for your panoramas. Some features include: - 4 Control schemes: keyboard, mouse, touch and GUI controls - Pan, zoom and interact with the environment - Ability to set limits to the panoramic camera rotation, limit the x axis, y axis or both - Ability to turn zoom off, or limit zoom - Dynamically changes rotational limit to zoom level - User friendly hotspot creator included - Create interactive hotspots from any collider in your scene - Play sounds, load scenes and load panoramas on hotspot interaction - Launch external functions when triggering hotspot - Hide, show or delete all hotspots or by id - All code clearly commented and explained - Support for all platforms - Tested to run smoothly on mobile platforms - Full documentation and sample scene included

2016-07-22

unlock-all-v120

unlock-all-v120(VMware10.0专用MAC补丁包).zip

2016-07-19

I2 Localization2.6.5

I2 Localization2.6.5 用于语言本地化,非常好用的插件

2016-07-19

UniWebView2.1

UniWebView是一个帮助Unity移动游戏开发者能在Unity中简单地使用系统原生自带的WebView的插件。在很多游戏中都会出现使用WebView展示页面和与玩家进行交互的功能。但是Unity3D由于本身是一个多平台的游戏引擎,因此没有也不太可能提供一个WebView的使用接口。UniWebView的目标是减少或解除对应Unity平台上移动开发使用WebView的各种麻烦和痛楚,使用原生移动平台的对应WebView,并对其进行很好的封装以及添加一些常用功能,以解决实际游戏开发中可能遇到的一些问题。

2016-07-14

Unity换装Demo Character Customization

需要Unity3.1以上版本 需要手动重新添加一遍材质

2016-02-20

ugui官网demo

ugui官网demo 学习ugui必备资料。。

2015-05-31

NGUI官方文档资源

Unity ugui官方文档 学习ugui的好资料!!

2015-05-30

c#反编译工具de4dot,Reflector及教程

de4dot主要用来反混淆 用法:dll文件直接拖到de4dot.exe会生成另外一个 文件名+cleaned.dll, 再用Reflector反编译这个dll就好 Reflector用法 主要用来反编译dll和exe 用法

2014-12-02

opengl库文件

包含如下文件:GL.H GLAUX.H GLU.H glut.h GLAUX.LIB GLU32.LIB glut32.lib glut.lib OPENGL32.LIB glaux.dll glu32.dll glut32.dll glut.dll opengl32.dll

2014-09-14

NEHE_OPENGL

最好的opengl学习资料 00:教程索引 01:OpenGL窗口 02:多边形 03:添加颜色 04:旋转 05:3D空间 06:纹理映射 07:光照和键盘 08:混合 09:移动图像 10:3D世界 11:飘动的旗帜 12:显示列表 13:图像字体 14:图形字体 15:纹理图形字 16:雾 17:2D图像文字 18:二次几何体 19:粒子系统 20:蒙板 21:线的游戏 22:凹凸映射 23:球面映射 24:扩展 25:变形 26:反射 27:影子 28:贝塞尔曲面 29:Blt函数 30:碰撞检测 31:模型加载 32:拾取游戏 33:TGA文件 34:地形 35:播放AVI 36:渲染到纹理 37:卡通映射 38:资源文件 39:物理模拟 40:绳子的模拟 41:体积雾气 42:多重视口 43:FreeType库 44:3D 光晕 45:顶点缓存 46:全屏反走样 47:CG顶点脚本 48:轨迹球

2014-09-09

java a星算法

java/j2me A星算法,可以使用java工程,导入ke模拟器使用

2013-09-15

空空如也

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

TA关注的人

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