Example #1
0
        private void Top_ValueChanged(object sender, EventArgs e)
        {
            SpatialLightModulator.Top = Convert.ToInt32(SLMTop.Value);

            SpatialLightModulator.Move();
        }
Example #2
0
        private void Left_ValueChanged(object sender, EventArgs e)
        {
            SpatialLightModulator.Left = Convert.ToInt32(SLMLeft.Value);

            SpatialLightModulator.Move();
        }