Saturday, October 18, 2008

Status report October 17-18

Finally found the problem that was causing the stored data in the Ocaf tree to be 0 at reading: the vertex array used had no overloads for the = operator and somewhere in the code I used an assignment.
One more problem found: in order to display the data added in the Ocaf tree there is an TPrsStd_AISPresenter that works only for 3D contexts and I would like to use it also for 2D contexts to display AIS2D_InteractiveObjects. I will have to implement some code to duplicate that functionality. Task estimated to take 2-3 hours, hoping to appear no other problems on this.

No comments: