Hi,<br><br>I want to bind my View to a Spatial Object. That is, I want the Camera position and orientation to be a function of the Transform of a particular spatial object. Essentially, this is to give the surgeon the view at the end of a catheter. <br>
<br>I was thinking of adding the lines to igstkView::RefreshRender(). Is there a better / less painful way to achieve this? <br><br>How about a m_CameraTransform variable in igstkView which can be bound to a igstkSpatialObject:m_Transform (using some Request function) which is then automatically taken into consideration during igstkView::RefreshRender() ? <br>
<br>Any help is appreciated.<br>Thanks,<br><br>Aswin.<br>