vlad-andreev
8 年前
当前提交
54dac420
共有 7 个文件被更改,包括 145 次插入 和 13 次删除
-
88Assets/ScriptableRenderLoop/common/TextureCache.cs
-
13Assets/ScriptableRenderLoop/fptl/FptlLighting.cs
-
16Assets/ScriptableRenderLoop/fptl/Internal-DeferredShading.shader
-
10Assets/ScriptableRenderLoop/fptl/renderloopfptl.asset
-
22Assets/ScriptableRenderLoop/common/TextureSettings.cs
-
9Assets/TestScenes/FPTL/FPTL.meta
|
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
|
|||
[System.Serializable] |
|||
public struct TextureSettings |
|||
{ |
|||
public uint spotCookieSize; |
|||
public uint pointCookieSize; |
|||
|
|||
static public TextureSettings Default |
|||
{ |
|||
get |
|||
{ |
|||
TextureSettings settings; |
|||
settings.spotCookieSize = 128; |
|||
settings.pointCookieSize = 512; |
|||
return settings; |
|||
} |
|||
} |
|||
} |
|
|||
fileFormatVersion: 2 |
|||
guid: 9d1c12c0e8e265a47b31bdd5728a079b |
|||
folderAsset: yes |
|||
timeCreated: 1473161971 |
|||
licenseType: Pro |
|||
DefaultImporter: |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
撰写
预览
正在加载...
取消
保存
Reference in new issue