Ejemplo n.º 1
0
 internal MotionRendererFeature()
 {
     // Set data
     s_Instance = this;
     m_MotionVectorRenderPass = new MotionVectorRenderPass();
     m_MotionBlurRenderPass   = new MotionBlurRenderPass();
     m_MotionDatas            = new Dictionary <Camera, MotionData>();
 }
Ejemplo n.º 2
0
 internal MotionRendererFeature()
 {
     // Set data
     s_Instance    = this;
     m_MotionDatas = new Dictionary <Camera, MotionData>();
 }
Ejemplo n.º 3
0
 internal MotionRendererFeature()
 {
     // Set data
     s_Instance = this;
 }