You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InitList(refstate.listAfterOpaqueAndSky,feature.settings.renderersAfterOpaqueAndSky,"After Opaque and Sky",CustomPostProcessInjectPoint.AfterOpaqueAndSky,feature);
101
-
InitList(refstate.listBeforePostProcess,feature.settings.renderersBeforePostProcess,"Before Post Process",CustomPostProcessInjectPoint.BeforePostProcess,feature);
102
-
InitList(refstate.listAfterPostProcess,feature.settings.renderersAfterPostProcess,"After Post Process",CustomPostProcessInjectPoint.AfterPostProcess,feature);
100
+
InitList(refstate.listAfterOpaqueAndSky,feature.settings.renderersAfterOpaqueAndSky,"After Opaque and Sky",CustomPostProcessInjectionPoint.AfterOpaqueAndSky,feature);
101
+
InitList(refstate.listBeforePostProcess,feature.settings.renderersBeforePostProcess,"Before Post Process",CustomPostProcessInjectionPoint.BeforePostProcess,feature);
102
+
InitList(refstate.listAfterPostProcess,feature.settings.renderersAfterPostProcess,"After Post Process",CustomPostProcessInjectionPoint.AfterPostProcess,feature);
0 commit comments