Skip to content

Commit cd77446

Browse files
gabrieldelacruzJordanL8
authored andcommitted
World to Viewport Point & Viewport to World Point operators + Test (#98)
* World to Viewport Point & Viewport to World Point operators + Test First implementation of World to Viewport Point operator and its reciprocal Viewport to World Point operator. Includes a test scene for these 2 operators. * Update CHANGELOG.md Update Changelog * Added documentation md files. Co-authored-by: Lewis Jordan <[email protected]>
1 parent dca3c30 commit cd77446

File tree

19 files changed

+4454
-3
lines changed

19 files changed

+4454
-3
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!1 &2205218690024475214
4+
GameObject:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
serializedVersion: 6
10+
m_Component:
11+
- component: {fileID: 2205218690024475219}
12+
- component: {fileID: 2205218690024475216}
13+
- component: {fileID: 2205218690024475217}
14+
m_Layer: 0
15+
m_Name: 28_CameraProject
16+
m_TagString: Untagged
17+
m_Icon: {fileID: 0}
18+
m_NavMeshLayer: 0
19+
m_StaticEditorFlags: 0
20+
m_IsActive: 1
21+
--- !u!4 &2205218690024475219
22+
Transform:
23+
m_ObjectHideFlags: 0
24+
m_CorrespondingSourceObject: {fileID: 0}
25+
m_PrefabInstance: {fileID: 0}
26+
m_PrefabAsset: {fileID: 0}
27+
m_GameObject: {fileID: 2205218690024475214}
28+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
29+
m_LocalPosition: {x: 0, y: 0, z: 0}
30+
m_LocalScale: {x: 1, y: 1, z: 1}
31+
m_Children: []
32+
m_Father: {fileID: 0}
33+
m_RootOrder: 0
34+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35+
--- !u!2083052967 &2205218690024475216
36+
VisualEffect:
37+
m_ObjectHideFlags: 0
38+
m_CorrespondingSourceObject: {fileID: 0}
39+
m_PrefabInstance: {fileID: 0}
40+
m_PrefabAsset: {fileID: 0}
41+
m_GameObject: {fileID: 2205218690024475214}
42+
m_Enabled: 1
43+
m_Asset: {fileID: 8926484042661614526, guid: 3ed9146f0e846e34cb5dcc9779db3e39, type: 3}
44+
m_InitialEventName: OnPlay
45+
m_InitialEventNameOverriden: 0
46+
m_StartSeed: 0
47+
m_ResetSeedOnPlay: 0
48+
m_ResourceVersion: 1
49+
m_PropertySheet:
50+
m_Float:
51+
m_Array: []
52+
m_Vector2f:
53+
m_Array: []
54+
m_Vector3f:
55+
m_Array: []
56+
m_Vector4f:
57+
m_Array: []
58+
m_Uint:
59+
m_Array: []
60+
m_Int:
61+
m_Array: []
62+
m_Matrix4x4f:
63+
m_Array: []
64+
m_AnimationCurve:
65+
m_Array: []
66+
m_Gradient:
67+
m_Array: []
68+
m_NamedObject:
69+
m_Array: []
70+
m_Bool:
71+
m_Array: []
72+
--- !u!73398921 &2205218690024475217
73+
VFXRenderer:
74+
m_ObjectHideFlags: 0
75+
m_CorrespondingSourceObject: {fileID: 0}
76+
m_PrefabInstance: {fileID: 0}
77+
m_PrefabAsset: {fileID: 0}
78+
m_GameObject: {fileID: 2205218690024475214}
79+
m_Enabled: 1
80+
m_CastShadows: 0
81+
m_ReceiveShadows: 0
82+
m_DynamicOccludee: 1
83+
m_MotionVectors: 0
84+
m_LightProbeUsage: 0
85+
m_ReflectionProbeUsage: 0
86+
m_RayTracingMode: 0
87+
m_RayTraceProcedural: 0
88+
m_RenderingLayerMask: 257
89+
m_RendererPriority: 0
90+
m_Materials:
91+
- {fileID: 0}
92+
m_StaticBatchInfo:
93+
firstSubMesh: 0
94+
subMeshCount: 0
95+
m_StaticBatchRoot: {fileID: 0}
96+
m_ProbeAnchor: {fileID: 0}
97+
m_LightProbeVolumeOverride: {fileID: 0}
98+
m_ScaleInLightmap: 1
99+
m_ReceiveGI: 1
100+
m_PreserveUVs: 0
101+
m_IgnoreNormalsForChartDetection: 0
102+
m_ImportantGI: 0
103+
m_StitchLightmapSeams: 1
104+
m_SelectedEditorRenderState: 3
105+
m_MinimumChartSize: 4
106+
m_AutoUVMaxDistance: 0.5
107+
m_AutoUVMaxAngle: 89
108+
m_LightmapParameters: {fileID: 0}
109+
m_SortingLayerID: 0
110+
m_SortingLayer: 0
111+
m_SortingOrder: 0

TestProjects/VisualEffectGraph_HDRP/Assets/AllTests/VFXTests/GraphicsTests/28_CameraProject.prefab.meta

Lines changed: 7 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)