- 110
- 0
- 约8千字
- 约 16页
- 2017-08-15 发布于河南
- 举报
unity3d 镜面反射代码(Unity3d specular reflection code)
unity3d 镜面反射代码(Unity3d specular reflection code)
Uinty3d mirror code
Specular reflection code
The file name MirrorReflection.cs
Using UnityEngine;
Using System.Collections;
This is in fact just the / Water script from Pro Standard Assets,
With refraction stuff removed. / / just
[ExecuteInEditMode] Make mirror Live-update even when not / in play mode
Public class MirrorReflection: MonoBehaviour
{
Public bool m_DisablePixelLights = true;
Public int m_TextureSize = 256;
Public float m_ClipPlaneOffset = 0.07f;
Public LayerMask m_ReflectLayers = -1;
Private Hashtable m_ReflectionCameras = new (Hash
您可能关注的文档
- opengl错误解析(OpenGL错误解析).doc
- ora-03113错误分析(Ora-03113 error analysis).doc
- oracle dbtimezone与os时区不一致的解决办法(Oracle dbtimezone inconsistent with OS time zone solution).doc
- mysql双机热备(MySQL hot standby).doc
- oracle execute immediate的语法(Oracle执行的语法).doc
- oracle hang分析(Oracle挂分析).doc
- oracle to_char&to_date(Oracle to_char和to_date).doc
- oracle 事务控制、数据并发性和一致性(Oracle transaction control, data concurrency, and consistency).doc
- oracle job 语法和时间间隔的设定(The Oracle job syntax and the setting of the time interval).doc
- oracle 几个服务各代表什么作用(Oracle what are the roles of several services).doc
原创力文档

文档评论(0)