Skip to content

Commit 50d13ef

Browse files
Andre McGrailAndre McGrail
authored andcommitted
Created initial test scenes for LDpipe.
-LDPipe_Camera_Clip: Scene to test near/far clip -LDPipe_Camera_Ortho: Checking oath camera works -LDPipe_Camera_TargetTexture: Test rendering to RT(Unfinished) -LDPipe_LitShaderLightProbes: Testing lit shader and light probes -LDPipe_LitShaderShaderMaps: Testing lit shader with all map slots -LDPipe_LitShaderReflection: Testing lit shader reflection modes
1 parent 3d6ba0f commit 50d13ef

84 files changed

Lines changed: 8048 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Assembly-UnityScript.unityproj

Lines changed: 259 additions & 0 deletions
Large diffs are not rendered by default.

Assets/GraphicsTests/Assets.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/GraphicsTests/Assets/LDPipe_Camera.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: Cam_TargetMat
10+
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
11+
m_ShaderKeywords:
12+
m_LightmapFlags: 4
13+
m_EnableInstancingVariants: 0
14+
m_CustomRenderQueue: -1
15+
stringTagMap: {}
16+
disabledShaderPasses: []
17+
m_SavedProperties:
18+
serializedVersion: 3
19+
m_TexEnvs:
20+
- _BumpMap:
21+
m_Texture: {fileID: 0}
22+
m_Scale: {x: 1, y: 1}
23+
m_Offset: {x: 0, y: 0}
24+
- _DetailAlbedoMap:
25+
m_Texture: {fileID: 0}
26+
m_Scale: {x: 1, y: 1}
27+
m_Offset: {x: 0, y: 0}
28+
- _DetailMask:
29+
m_Texture: {fileID: 0}
30+
m_Scale: {x: 1, y: 1}
31+
m_Offset: {x: 0, y: 0}
32+
- _DetailNormalMap:
33+
m_Texture: {fileID: 0}
34+
m_Scale: {x: 1, y: 1}
35+
m_Offset: {x: 0, y: 0}
36+
- _EmissionMap:
37+
m_Texture: {fileID: 0}
38+
m_Scale: {x: 1, y: 1}
39+
m_Offset: {x: 0, y: 0}
40+
- _MainTex:
41+
m_Texture: {fileID: 0}
42+
m_Scale: {x: 1, y: 1}
43+
m_Offset: {x: 0, y: 0}
44+
- _MetallicGlossMap:
45+
m_Texture: {fileID: 0}
46+
m_Scale: {x: 1, y: 1}
47+
m_Offset: {x: 0, y: 0}
48+
- _OcclusionMap:
49+
m_Texture: {fileID: 0}
50+
m_Scale: {x: 1, y: 1}
51+
m_Offset: {x: 0, y: 0}
52+
- _ParallaxMap:
53+
m_Texture: {fileID: 0}
54+
m_Scale: {x: 1, y: 1}
55+
m_Offset: {x: 0, y: 0}
56+
m_Floats:
57+
- _BumpScale: 1
58+
- _Cutoff: 0.5
59+
- _DetailNormalMapScale: 1
60+
- _DstBlend: 0
61+
- _GlossMapScale: 1
62+
- _Glossiness: 0.5
63+
- _GlossyReflections: 1
64+
- _Metallic: 0
65+
- _Mode: 0
66+
- _OcclusionStrength: 1
67+
- _Parallax: 0.02
68+
- _SmoothnessTextureChannel: 0
69+
- _SpecularHighlights: 1
70+
- _SrcBlend: 1
71+
- _UVSec: 0
72+
- _ZWrite: 1
73+
m_Colors:
74+
- _Color: {r: 1, g: 1, b: 1, a: 1}
75+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}

Assets/GraphicsTests/Assets/LDPipe_Camera/Cam_TargetMat.mat.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!84 &8400000
4+
RenderTexture:
5+
m_ObjectHideFlags: 0
6+
m_PrefabParentObject: {fileID: 0}
7+
m_PrefabInternal: {fileID: 0}
8+
m_Name: Cam_TargetTex
9+
m_ImageContentsHash:
10+
serializedVersion: 2
11+
Hash: 00000000000000000000000000000000
12+
m_Width: 256
13+
m_Height: 256
14+
m_AntiAliasing: 1
15+
m_DepthFormat: 2
16+
m_ColorFormat: 0
17+
m_MipMap: 0
18+
m_GenerateMips: 1
19+
m_SRGB: 0
20+
m_TextureSettings:
21+
serializedVersion: 2
22+
m_FilterMode: 1
23+
m_Aniso: 0
24+
m_MipBias: 0
25+
m_WrapU: 1
26+
m_WrapV: 1
27+
m_WrapW: 1
28+
m_Dimension: 2
29+
m_VolumeDepth: 1

Assets/GraphicsTests/Assets/LDPipe_Camera/Cam_TargetTex.renderTexture.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/GraphicsTests/Assets/LDPipe_CommonAssets.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
26.9 KB
Binary file not shown.

Assets/GraphicsTests/Assets/LDPipe_CommonAssets/Cornell Box.fbx.meta

Lines changed: 88 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)