Hi everyone. <div><br></div><div>I have been developing some tools to modify the projection and view matrices of vtkCamera and have now successfully interfaced with the matrices that interest me. </div><div><br></div><div>
However, trying to make things a bit more efficient. I would like to call my own objects to automatically send the correct matrices to vtkCamera as the render process runs. </div><div><br>For that I intend to include in the vtkCamera a my_class object that can be doing this. I have now been able to include the class object and compile / build the vtkRendering package with no errors. To do this I manually included the location of my_class inc and lib directories. </div>
<div><br></div><div>However, when I re-install vtk.. I get an error that it does not find my_class.h file. </div><div><br></div><div>I get a feeling I need to modify the cMakeLists file.. how would I need to modify this file to eliminate the install error? </div>
<div><br></div><div>Thank you, </div><div><br>Sergio </div><div><br></div><div><br></div>