[vtkusers] Strange rendering problem - renderwindow becomes black

vinmean iamdpak at gmail.com
Tue Sep 18 18:39:36 EDT 2018


The problem is with some of the transformation matrices. But I don't see any
thing wrong with the matrix as the same matrix works well with actors
without textures. Below is one such matrix that gives me this issue.
   
        Eigen::Matrix4d tmat;
  	tmat <<   0.997911, -0.00378345,   0.0644943,   0.0259245,
	 -0.0180899,    0.941987,    0.335162,    0.129426,
	  0.0620209,    0.335629,    -0.93995,   -0.772905,
	          0,           0,           0,           1;





--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html


More information about the vtkusers mailing list