Exemplo n.º 1
0
        public void ResetMatrix()
        {
            vtkMatrix4x4 matrix = actor.GetMatrix();

            matrix.Zero();
            matrix.SetElement(0, 0, 1);
            matrix.SetElement(1, 1, 1);
            matrix.SetElement(2, 2, 1);
            matrix.SetElement(3, 3, 1);
        }