Fifth week of coding
Welcome to the sixth weekly check-in. I'll be sharing my progress for the fifth week of coding.
What did you do this week?
- Generalised the
vtkProteinRibbonFilter
implementation. I'd like to thank Javier for helping me debug the code. We understood what kinda inputvtkProteinRibbonFIlter
requires over the course of the mid-week meeting. Refer to this link to understand what kindaPolyData
is required by the filter. Latter half of the week was spent in manipulating the data according to the required input and I was able to use the filter to render ribbons. Refer to this link to understand how to send appropriate data to the filter. - Updated the molecular module based on the feedback of team members and mentors.
- Updated animated surfaces PR.
Preview of the animation:
What is coming up next week?
- Update
molecular
module based on team members' suggestions and add tests for the same. - Add protein ribbon implementation to
molecular
module. - Begin working on molecular surface model.
Did you get stuck anywhere?
No.