コード例 #1
0
        public void Integration(int framesToIntegrate, FrameIntegratingMode mode, PixelIntegrationType type)
        {
            m_UseIntegration    = true;
            m_FramesToIntegrate = framesToIntegrate;
            m_IntegrationMode   = mode;
            m_IntegrationType   = type;

            Update();
        }
コード例 #2
0
ファイル: FramePlayer.cs プロジェクト: hpavlov/tangra3
 public void SetupFrameIntegration(int framesToIntegrate, FrameIntegratingMode frameMode, PixelIntegrationType pixelIntegrationType)
 {
     m_FramesToIntegrate = framesToIntegrate;
     m_FrameIntegration = frameMode;
     m_PixelIntegrationMode = pixelIntegrationType;
 }
コード例 #3
0
ファイル: FramePlayer.cs プロジェクト: alexcherney/tangra3
 public void SetupFrameIntegration(int framesToIntegrate, FrameIntegratingMode frameMode, PixelIntegrationType pixelIntegrationType)
 {
     m_FramesToIntegrate    = framesToIntegrate;
     m_FrameIntegration     = frameMode;
     m_PixelIntegrationMode = pixelIntegrationType;
 }
コード例 #4
0
        public void Integration(int framesToIntegrate, FrameIntegratingMode mode, PixelIntegrationType type)
        {
            m_UseIntegration = true;
            m_FramesToIntegrate = framesToIntegrate;
            m_IntegrationMode = mode;
            m_IntegrationType = type;

            Update();
        }